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

Convert the btrfs_test 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>
Acked-by: David Sterba <dsterba@suse.com>
cc: Chris Mason <clm@fb.com>
cc: Josef Bacik <josef@toxicpanda.com>
cc: linux-btrfs@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/tests/btrfs-tests.c