diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2020-02-20 15:34:44 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2020-02-20 17:06:02 +0100 |
commit | 26dbc60f385ff9cff475ea2a3bad02e80fd6fa43 (patch) | |
tree | d93c8dc15ec45d9320e11cfb41f873757bb2649a /fs/proc/internal.h | |
parent | proc: Rename in proc_inode rename sysctl_inodes sibling_inodes (diff) | |
download | linux-26dbc60f385ff9cff475ea2a3bad02e80fd6fa43.tar.xz linux-26dbc60f385ff9cff475ea2a3bad02e80fd6fa43.zip |
proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache
This prepares the way for allowing the pid part of proc to use this
dcache pruning code as well.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 366cd3aa690b..ba9a991824a5 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -210,6 +210,7 @@ extern const struct inode_operations proc_pid_link_inode_operations; extern const struct super_operations proc_sops; void proc_init_kmemcache(void); +void proc_prune_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock); void set_proc_pid_nlink(void); extern struct inode *proc_get_inode(struct super_block *, struct proc_dir_entry *); extern void proc_entry_rundown(struct proc_dir_entry *); |