diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kernfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h index 17aa1cce6f8e..20f493564917 100644 --- a/include/linux/kernfs.h +++ b/include/linux/kernfs.h | |||
| @@ -304,6 +304,7 @@ struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags, | |||
| 304 | struct kernfs_root *root, unsigned long magic, | 304 | struct kernfs_root *root, unsigned long magic, |
| 305 | bool *new_sb_created, const void *ns); | 305 | bool *new_sb_created, const void *ns); |
| 306 | void kernfs_kill_sb(struct super_block *sb); | 306 | void kernfs_kill_sb(struct super_block *sb); |
| 307 | struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns); | ||
| 307 | 308 | ||
| 308 | void kernfs_init(void); | 309 | void kernfs_init(void); |
| 309 | 310 | ||
