diff mbox series

nfsd: get rid of include ../internal.h

Message ID 20241112213524.GB3387508@ZenIV (mailing list archive)
State New
Headers show
Series nfsd: get rid of include ../internal.h | expand

Commit Message

Al Viro Nov. 12, 2024, 9:35 p.m. UTC
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>
---
[I don't care which tree does that go in - if nfs folks pick it, great,
if not - viro/vfs.git#work.misc or vfs/vfs.git#vfs.misc would do just
fine]
 fs/nfsd/vfs.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Chuck Lever Nov. 12, 2024, 9:58 p.m. UTC | #1
From: Chuck Lever <chuck.lever@oracle.com>

On Tue, 12 Nov 2024 21:35:24 +0000, Al Viro wrote:                                              
> added back in 2015 for the sake of vfs_clone_file_range(),
> which is in linux/fs.h these days
> 
>                                                                         

Applied to nfsd-next for v6.13, thanks!                                                                

[1/1] nfsd: get rid of include ../internal.h
      commit: 92fbf04c399bbc17047af893c7537c8bd6a00b20                                                                      

--                                                                              
Chuck Lever
diff mbox series

Patch

diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index 22325b590e17..f59c8ada322b 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"