commit | 4fa7ec5db7e731a3db26b9647f39b0595f74347d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Mar 25 16:38:23 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 25 18:00:07 2019 -0400 |
tree | 1cf360b7607eb0a953c1a60e8ec6642822b5979b | |
parent | 059b20d9da69d3a9bfb7ab00d1e5a3114a31c822 [diff] |
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>