diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-11-12 21:35:24 +0000 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-11-18 20:23:12 -0500 |
commit | 07442ec85bded6692f2e5909f16ab8bbc86fb3be (patch) | |
tree | 1e6fffeae2fbb2d396833352ef490fb81c5174da /fs/nfsd/vfs.c | |
parent | 98100e88dd8865999dc6379a3356cd799795fe7b (diff) | |
download | linux-07442ec85bded6692f2e5909f16ab8bbc86fb3be.tar.gz linux-07442ec85bded6692f2e5909f16ab8bbc86fb3be.tar.bz2 linux-07442ec85bded6692f2e5909f16ab8bbc86fb3be.zip |
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 1 |
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" |