diff options
Diffstat (limited to 'fs/hostfs/hostfs.h')
-rw-r--r-- | fs/hostfs/hostfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 9c88da0e855a..4fcd40d6f308 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h | |||
@@ -89,6 +89,7 @@ extern int do_mknod(const char *file, int mode, unsigned int major, | |||
89 | extern int link_file(const char *from, const char *to); | 89 | extern int link_file(const char *from, const char *to); |
90 | extern int hostfs_do_readlink(char *file, char *buf, int size); | 90 | extern int hostfs_do_readlink(char *file, char *buf, int size); |
91 | extern int rename_file(char *from, char *to); | 91 | extern int rename_file(char *from, char *to); |
92 | extern int rename2_file(char *from, char *to, unsigned int flags); | ||
92 | extern int do_statfs(char *root, long *bsize_out, long long *blocks_out, | 93 | extern int do_statfs(char *root, long *bsize_out, long long *blocks_out, |
93 | long long *bfree_out, long long *bavail_out, | 94 | long long *bfree_out, long long *bavail_out, |
94 | long long *files_out, long long *ffree_out, | 95 | long long *files_out, long long *ffree_out, |