diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index eeb04ba17b63..d51256bc6328 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -1797,6 +1797,8 @@ extern void drop_collected_mounts(struct vfsmount *); | |||
| 1797 | extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, | 1797 | extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, |
| 1798 | struct vfsmount *); | 1798 | struct vfsmount *); |
| 1799 | extern int vfs_statfs(struct dentry *, struct kstatfs *); | 1799 | extern int vfs_statfs(struct dentry *, struct kstatfs *); |
| 1800 | extern int freeze_super(struct super_block *super); | ||
| 1801 | extern int thaw_super(struct super_block *super); | ||
| 1800 | 1802 | ||
| 1801 | extern int current_umask(void); | 1803 | extern int current_umask(void); |
| 1802 | 1804 | ||
