aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 62f84d955b83..e1c7427802b8 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1332,7 +1332,6 @@ struct super_block {
1332 struct rw_semaphore s_umount; 1332 struct rw_semaphore s_umount;
1333 struct mutex s_lock; 1333 struct mutex s_lock;
1334 int s_count; 1334 int s_count;
1335 int s_need_sync;
1336 atomic_t s_active; 1335 atomic_t s_active;
1337#ifdef CONFIG_SECURITY 1336#ifdef CONFIG_SECURITY
1338 void *s_security; 1337 void *s_security;
@@ -1780,6 +1779,7 @@ extern int get_sb_pseudo(struct file_system_type *, char *,
1780 struct vfsmount *mnt); 1779 struct vfsmount *mnt);
1781extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); 1780extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
1782int __put_super_and_need_restart(struct super_block *sb); 1781int __put_super_and_need_restart(struct super_block *sb);
1782int __put_super(struct super_block *sb);
1783void put_super(struct super_block *sb); 1783void put_super(struct super_block *sb);
1784 1784
1785/* Alas, no aliases. Too much hassle with bringing module.h everywhere */ 1785/* Alas, no aliases. Too much hassle with bringing module.h everywhere */