summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2024-01-31 18:01:58 -0500
committerChristian Brauner <brauner@kernel.org>2024-02-05 13:11:38 +0100
commita69ce85ec9af6bdc0b3511959a7dc1a324e5e16a (patch)
tree4df18a2921afb3ad3a002210fad2f84a32fa2425 /fs/ceph
parent3d40f78169a0a954ff06e2b0f8e21463f7edb433 (diff)
downloadlinux-stable-a69ce85ec9af6bdc0b3511959a7dc1a324e5e16a.tar.gz
linux-stable-a69ce85ec9af6bdc0b3511959a7dc1a324e5e16a.tar.bz2
linux-stable-a69ce85ec9af6bdc0b3511959a7dc1a324e5e16a.zip
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/locks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/locks.c b/fs/ceph/locks.c
index 80ebe1d6c67d..ce773e9c0b79 100644
--- a/fs/ceph/locks.c
+++ b/fs/ceph/locks.c
@@ -7,6 +7,7 @@
#include "super.h"
#include "mds_client.h"
+#define _NEED_FILE_LOCK_FIELD_MACROS
#include <linux/filelock.h>
#include <linux/ceph/pagelist.h>