aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2024-11-12 21:35:24 +0000
committerChuck Lever <[email protected]>2024-11-18 20:23:12 -0500
commit07442ec85bded6692f2e5909f16ab8bbc86fb3be (patch)
tree1e6fffeae2fbb2d396833352ef490fb81c5174da
parent98100e88dd8865999dc6379a3356cd799795fe7b (diff)
nfsd: get rid of include ../internal.h
added back in 2015 for the sake of vfs_clone_file_range(), which is in linux/fs.h these days Signed-off-by: Al Viro <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
-rw-r--r--fs/nfsd/vfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index eee39bab49a8..29cb7b812d71 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -35,7 +35,6 @@
#include "xdr3.h"
#ifdef CONFIG_NFSD_V4
-#include "../internal.h"
#include "acl.h"
#include "idmap.h"
#include "xdr4.h"