From: Al Viro Date: Tue, 12 Nov 2024 21:35:24 +0000 (+0000) Subject: nfsd: get rid of include ../internal.h X-Git-Tag: v6.13-rc1~76^2~2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/07442ec85bded6692f2e5909f16ab8bbc86fb3be 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 Signed-off-by: Chuck Lever --- 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"