]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
ubifs: Convert ubifs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Wed, 2 Oct 2024 16:58:34 +0000 (11:58 -0500)
committerChristian Brauner <brauner@kernel.org>
Tue, 8 Oct 2024 12:41:53 +0000 (14:41 +0200)
commitc1a6b0fc0400f220d110ae17b63a0de5fe82f3b3
tree7ce77219e60e49570d1a6cb351745477081dec56
parentc323cbf720526f4feb75f656bc271104b13ecedf
ubifs: Convert ubifs to use the new mount API

Convert the ubifs 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.

[sandeen: forward-port old patch, use dedicated context struct]]

Signed-off-by: David Howells <dhowells@redhat.com>
Co-developed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Link: https://lore.kernel.org/r/20241002165834.868046-1-sandeen@redhat.com
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
cc: Richard Weinberger <richard@nod.at>
cc: Zhihao Cheng <chengzhihao1@huawei.com>
cc: linux-mtd@lists.infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ubifs/super.c