Centos-kernel-stream-9/fs/orangefs
Benjamin Coddington bda34249d2 filelock: move file locking definitions to separate header file
JIRA: https://issues.redhat.com/browse/RHEL-94440
Conflicts: fs/{cifs => smb/client} move already happened, so update includes
	there instead.  We don't have ksmbd, so drop those changes.  Slight context
	diff in fs/nfsd/netns.h.  Also don't have "a75d30c77207 fs/locks: pass
	kernel struct flock to fcntl_getlk/setlk" which removes __user deco.

commit 5970e15dbcfeb0ed3a0bf1954f35bbe60a048754
Author: Jeff Layton <jlayton@kernel.org>
Date:   Sun Nov 20 09:15:34 2022 -0500

    filelock: move file locking definitions to separate header file

    The file locking definitions have lived in fs.h since the dawn of time,
    but they are only used by a small subset of the source files that
    include it.

    Move the file locking definitions to a new header file, and add the
    appropriate #include directives to the source files that need them. By
    doing this we trim down fs.h a bit and limit the amount of rebuilding
    that has to be done when we make changes to the file locking APIs.

    Reviewed-by: Xiubo Li <xiubli@redhat.com>
    Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
    Reviewed-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: David Howells <dhowells@redhat.com>
    Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    Acked-by: Chuck Lever <chuck.lever@oracle.com>
    Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
    Acked-by: Steve French <stfrench@microsoft.com>
    Acked-by: Al Viro <viro@zeniv.linux.org.uk>
    Acked-by: Darrick J. Wong <djwong@kernel.org>
    Signed-off-by: Jeff Layton <jlayton@kernel.org>

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
2025-07-11 07:21:33 -04:00
..
Kconfig
Makefile
acl.c fs: port acl to mnt_idmap 2024-10-16 10:45:23 +08:00
dcache.c
devorangefs-req.c
dir.c
downcall.h
file.c filelock: move file locking definitions to separate header file 2025-07-11 07:21:33 -04:00
inode.c fs: drop the timespec64 arg from generic_update_time 2024-10-25 12:35:45 -04:00
namei.c fs: port ->rename() to pass mnt_idmap 2024-10-16 10:45:07 +08:00
orangefs-bufmap.c
orangefs-bufmap.h
orangefs-cache.c
orangefs-debug.h
orangefs-debugfs.c
orangefs-debugfs.h
orangefs-dev-proto.h
orangefs-kernel.h fs: port ->permission() to pass mnt_idmap 2024-10-16 10:45:20 +08:00
orangefs-mod.c
orangefs-sysfs.c
orangefs-sysfs.h
orangefs-utils.c orangefs: fix mode handling 2024-10-15 16:12:22 +08:00
protocol.h
super.c
symlink.c
upcall.h
waitqueue.c
xattr.c fs: port xattr to mnt_idmap 2024-10-16 10:45:21 +08:00