]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert pipe to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:23 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:00:07 +0000 (18:00 -0400)
commitcd8bf2447f851884b92c0b88d6f88f3c15f33adb
tree1cf360b7607eb0a953c1a60e8ec6642822b5979b
parente5ae6c0f86f0141fdd3e125dc102123fabbdbf9d
vfs: Convert pipe to use the new mount API

Convert the pipe filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/pipe.c