Re: [PATCH v2 2/2] fsopen: use square brackets around "fscontext"

From: David Howells
Date: Sat May 11 2019 - 04:42:14 EST


Christian Brauner <christian@xxxxxxxxxx> wrote:

> Make the name of the anon inode fd "[fscontext]" instead of "fscontext".
> This is minor but most core-kernel anon inode fds already carry square
> brackets around their name:
>
> [eventfd]
> [eventpoll]
> [fanotify]
> [io_uring]
> [pidfd]
> [signalfd]
> [timerfd]
> [userfaultfd]
>
> For the sake of consistency lets do the same for the fscontext anon inode
> fd that comes with the new mount api.
>
> Signed-off-by: Christian Brauner <christian@xxxxxxxxxx>

Reviewed-by: David Howells <dhowells@xxxxxxxxxx>