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 dbec3cc2833..d55ef562f0b 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -78,3 +78,8 @@ extern void chroot_fs_refs(struct path *, struct path *); * file_table.c */ extern void mark_files_ro(struct super_block *); + +/* + * super.c + */ +extern int do_remount_sb(struct super_block *, int, void *, int); |