]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert squashfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:32 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Sep 2019 18:34:26 +0000 (14:34 -0400)
commit060849f5dfb1e27c2ac5b7a4f51253001611f8e4
treea8cbd9201be52dd050f5104a3b1df4134b70e1f6
parent83bb7fd77be2197e78161d682241e656876cf260
vfs: Convert squashfs to use the new mount API

Convert the squashfs 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: Phillip Lougher <phillip@squashfs.org.uk>
cc: squashfs-devel@lists.sourceforge.net
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/squashfs/super.c