Commit 3d117494 authored by Gao Xiang's avatar Gao Xiang Committed by Christian Brauner

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@ZenIVSuggested-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240603062344.818290-1-hsiangkao@linux.alibaba.comSigned-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent ed8c7fbd
// SPDX-License-Identifier: GPL-2.0-or-later
#include <linux/fdtable.h>
#include <linux/anon_inodes.h>
#include <linux/uio.h>
#include "internal.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment