]> git.ipfire.org Git - thirdparty/linux.git/commit
orangefs: Convert to use the new mount API
authorEric Sandeen <sandeen@redhat.com>
Tue, 13 May 2025 22:14:58 +0000 (18:14 -0400)
committerMike Marshall <hubcap@omnibond.com>
Wed, 14 May 2025 22:04:45 +0000 (18:04 -0400)
commit4dc784e92d4fcf22ae785ee5a7918458f11b06c0
treeb85421dc5399ed77e6f0f01896deb9d7f8fe653d
parent82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3
orangefs: Convert to use the new mount API

Convert the orangefs 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 older patch, fix SB_POSIXACL handling]

Signed-off-by: David Howells <dhowells@redhat.com>
Co-developed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
cc: Mike Marshall <hubcap@omnibond.com>
cc: Martin Brandenburg <martin@omnibond.com>
cc: devel@lists.orangefs.org
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-kernel.h
fs/orangefs/orangefs-mod.c
fs/orangefs/super.c