]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
nfsd: get rid of include ../internal.h
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 Nov 2024 21:35:24 +0000 (21:35 +0000)
committerChuck Lever <chuck.lever@oracle.com>
Tue, 19 Nov 2024 01:23:12 +0000 (20:23 -0500)
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/vfs.c

index eee39bab49a8488a0a3292030e4dcf596808c1ee..29cb7b812d713c233f4c5c8b3696518f542dfd9c 100644 (file)
@@ -35,7 +35,6 @@
 #include "xdr3.h"
 
 #ifdef CONFIG_NFSD_V4
-#include "../internal.h"
 #include "acl.h"
 #include "idmap.h"
 #include "xdr4.h"