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

2019-05-09 Thread Christian Brauner
On Wed, May 08, 2019 at 05:25:09PM +0200, Christian Brauner wrote: > Make the name of the anon inode fd "[fscontext]" instead of "fscontext". > This is minor but most core-kernel anon inode fds carry square brackets > around their name (cf. [1]). For the sake of consistency lets do the same This

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

2019-05-09 Thread Christian Brauner
On Thu, May 09, 2019 at 05:39:02PM +0200, Christian Brauner wrote: > On Wed, May 08, 2019 at 05:25:09PM +0200, Christian Brauner wrote: > > Make the name of the anon inode fd "[fscontext]" instead of "fscontext". > > This is minor but most core-kernel anon inode fds carry square brackets > >

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

2019-05-08 Thread Christian Brauner
Make the name of the anon inode fd "[fscontext]" instead of "fscontext". This is minor but most core-kernel anon inode fds carry square brackets around their name (cf. [1]). For the sake of consistency lets do the same for the mount api: [eventfd] [eventpoll] [fanotify] [fscontext] [io_uring]