uapi, fsopen: use square brackets around "fscontext" [ver #2]
authorChristian Brauner <christian@brauner.io>
Thu, 16 May 2019 11:52:20 +0000 (12:52 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 May 2019 16:23:45 +0000 (12:23 -0400)
commit1cdc415f10831c18912943017d06b2be948c67b4
tree42ff02a824bb5fc54c63fe469845a1eb25880745
parent05883eee857eab4693e7d13ebab06716475c5754
uapi, fsopen: use square brackets around "fscontext" [ver #2]

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@brauner.io>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fsopen.c