]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert bdev 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:05 +0000 (18:00 -0400)
commitcb9c5c1ab6e2b07f1b526bdfb059199dc32d113d
treeec2e62c9be9f8d577029c5272c6ac1a3c00d7a26
parent2cb81986a05649b4394c54689a8d55cf1e716bc3
vfs: Convert bdev to use the new mount API

Convert the bdev 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: Jens Axboe <axboe@kernel.dk>
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/block_dev.c