diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2025-03-10 00:06:29 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-11-17 23:59:27 -0500 |
| commit | fc45aee66223253ec5547094d7552819914abdfb (patch) | |
| tree | ebeacdec5d9b3c8d611ae6a2da87136ebc6e50b7 /include/linux/fs.h | |
| parent | 4433d8e25d73a619c7d855cca8100d0eea89abda (diff) | |
| download | lwn-fc45aee66223253ec5547094d7552819914abdfb.tar.gz lwn-fc45aee66223253ec5547094d7552819914abdfb.zip | |
get rid of kill_litter_super()
Not used anymore.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index f5037c556f61..95933ceaae51 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2728,7 +2728,6 @@ void retire_super(struct super_block *sb); void generic_shutdown_super(struct super_block *sb); void kill_block_super(struct super_block *sb); void kill_anon_super(struct super_block *sb); -void kill_litter_super(struct super_block *sb); void deactivate_super(struct super_block *sb); void deactivate_locked_super(struct super_block *sb); int set_anon_super(struct super_block *s, void *data); |
