summaryrefslogtreecommitdiff
path: root/include/linux/lockd/xdr.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2024-01-31 18:02:21 -0500
committerChristian Brauner <brauner@kernel.org>2024-02-05 13:11:43 +0100
commiteb8ed7c6ab08cde2e8869adc72cc02c7368f0a21 (patch)
tree5f0c44dfdd081740360c1a18dc4c5619c0d8d682 /include/linux/lockd/xdr.h
parent9a7eec48c9715c897b3a7809799089d708a4de64 (diff)
downloadlwn-eb8ed7c6ab08cde2e8869adc72cc02c7368f0a21.tar.gz
lwn-eb8ed7c6ab08cde2e8869adc72cc02c7368f0a21.zip
lockd: adapt to breakup of struct file_lock
Most of the existing APIs have remained the same, but subsystems that access file_lock fields directly need to reach into struct file_lock_core now. Signed-off-by: Jeff Layton <jlayton@kernel.org> Link: https://lore.kernel.org/r/20240131-flsplit-v3-40-c6129007ee8d@kernel.org Reviewed-by: NeilBrown <neilb@suse.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/lockd/xdr.h')
-rw-r--r--include/linux/lockd/xdr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h
index a3f068b0ca86..80cca9426761 100644
--- a/include/linux/lockd/xdr.h
+++ b/include/linux/lockd/xdr.h
@@ -11,7 +11,6 @@
#define LOCKD_XDR_H
#include <linux/fs.h>
-#define _NEED_FILE_LOCK_FIELD_MACROS
#include <linux/filelock.h>
#include <linux/nfs.h>
#include <linux/sunrpc/xdr.h>