linux/fs/9p
Jeff Layton a69ce85ec9
filelock: split common fields into struct file_lock_core
In a future patch, we're going to split file leases into their own
structure. Since a lot of the underlying machinery uses the same fields
move those into a new file_lock_core, and embed that inside struct
file_lock.

For now, add some macros to ensure that we can continue to build while
the conversion is in progress.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20240131-flsplit-v3-17-c6129007ee8d@kernel.org
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-02-05 13:11:38 +01:00
..
acl.c
acl.h
cache.c
cache.h
fid.c
fid.h
Kconfig
Makefile
v9fs.c 9p/fs: add MODULE_DESCIPTION 2023-10-27 12:44:13 +09:00
v9fs.h
v9fs_vfs.h 9p: Fix initialisation of netfs_inode for 9p 2024-01-03 14:53:01 +00:00
vfs_addr.c 9p: Use length of data written to the server in preference to error 2024-01-04 13:15:31 +00:00
vfs_dentry.c
vfs_dir.c
vfs_file.c filelock: split common fields into struct file_lock_core 2024-02-05 13:11:38 +01:00
vfs_inode.c 9p: Fix initialisation of netfs_inode for 9p 2024-01-03 14:53:01 +00:00
vfs_inode_dotl.c 9p: Fix initialisation of netfs_inode for 9p 2024-01-03 14:53:01 +00:00
vfs_super.c netfs: Move pinning-for-writeback from fscache to netfs 2023-12-24 15:08:49 +00:00
xattr.c Bunch of small fixes: 2023-11-04 09:20:04 -10:00
xattr.h 9p: move xattr-related structs to .rodata 2023-10-09 16:24:16 +02:00