aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h2
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 *);
1797extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, 1797extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *,
1798 struct vfsmount *); 1798 struct vfsmount *);
1799extern int vfs_statfs(struct dentry *, struct kstatfs *); 1799extern int vfs_statfs(struct dentry *, struct kstatfs *);
1800extern int freeze_super(struct super_block *super);
1801extern int thaw_super(struct super_block *super);
1800 1802
1801extern int current_umask(void); 1803extern int current_umask(void);
1802 1804