Skip to content

Commit 3d11749

Browse files
hsiangkaobrauner
authored andcommitted
cachefiles: remove unneeded include of <linux/fdtable.h>
close_fd() has been killed, let's get rid of unneeded <linux/fdtable.h> as Al Viro pointed out [1]. [1] https://lore.kernel.org/r/20240603034055.GI1629371@ZenIV Suggested-by: Al Viro <[email protected]> Signed-off-by: Gao Xiang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent ed8c7fb commit 3d11749

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/cachefiles/ondemand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
2-
#include <linux/fdtable.h>
32
#include <linux/anon_inodes.h>
43
#include <linux/uio.h>
54
#include "internal.h"

0 commit comments

Comments
 (0)