]> 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)
commit104e0b0c84fc938680b3c78aa0c3dc72fe8a0db5
treea8cbd9201be52dd050f5104a3b1df4134b70e1f6
parent2824d7349c81bedf8870755a6e11ab51fc55ae6b
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