diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-05-07 03:12:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:07 -0400 |
commit | 62c6943b4b1e818aea60c11c5a68a50785b83119 (patch) | |
tree | ecdbb1c63d5c37b42f7074e4c53beaaa850ada2b /fs/internal.h | |
parent | 443b94baaa16771e98b29ca7c24f1e305738ffca (diff) |
Trim a bit of crap from fs.h
do_remount_sb() is fs/internal.h fodder, fsync_no_super() is long gone.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index dbec3cc28338..d55ef562f0bb 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -78,3 +78,8 @@ extern void chroot_fs_refs(struct path *, struct path *); | |||
78 | * file_table.c | 78 | * file_table.c |
79 | */ | 79 | */ |
80 | extern void mark_files_ro(struct super_block *); | 80 | extern void mark_files_ro(struct super_block *); |
81 | |||
82 | /* | ||
83 | * super.c | ||
84 | */ | ||
85 | extern int do_remount_sb(struct super_block *, int, void *, int); | ||