]> www.infradead.org Git - linux.git/commit
cachefiles: remove unneeded include of <linux/fdtable.h>
authorGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 3 Jun 2024 06:23:44 +0000 (14:23 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Jun 2024 13:39:17 +0000 (15:39 +0200)
commit3d117494e2a88b9c1e8ad41bbbf2cf453a73620e
treeaa8d646bb0eff61316cab713d6abb8da22a3b42b
parented8c7fbdfe117abbef81f65428ba263118ef298a
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>
fs/cachefiles/ondemand.c