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 <viro@zeniv.linux.org.uk> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20240603062344.818290-1-hsiangkao@linux.alibaba.com Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent ed8c7fb commit 3d11749

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)