summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJoel Granados <joel.granados@kernel.org>2025-11-03 22:29:08 +0100
committerJoel Granados <joel.granados@kernel.org>2026-01-05 13:54:41 +0100
commitf7386f545e49e5e6229a14d92b39340d155b0b3f (patch)
treee04bcf94045569d50d7429864b347ac5e2cbd491 /include/linux/fs.h
parenta2564d0688db20a1ee1660f45d7823075feb12a7 (diff)
downloadlwn-f7386f545e49e5e6229a14d92b39340d155b0b3f.tar.gz
lwn-f7386f545e49e5e6229a14d92b39340d155b0b3f.zip
sysctl: Remove unused ctl_table forward declarations
Remove superfluous forward declarations of ctl_table from header files where they are no longer needed. These declarations were left behind after sysctl code refactoring and cleanup. Reviewed-by: Jan Kara <jack@suse.cz> Acked-by: Muchun Song <muchun.song@linux.dev> Reviewed-by: Petr Mladek <pmladek@suse.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 04ceeca12a0d..77f6302fdced 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3487,7 +3487,6 @@ ssize_t simple_attr_write(struct file *file, const char __user *buf,
ssize_t simple_attr_write_signed(struct file *file, const char __user *buf,
size_t len, loff_t *ppos);
-struct ctl_table;
int __init list_bdev_fs_names(char *buf, size_t size);
#define __FMODE_EXEC ((__force int) FMODE_EXEC)