diff options
Diffstat (limited to 'fs/hostfs/hostfs.h')
-rw-r--r-- | fs/hostfs/hostfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 3a52edef9948..ea87e224ed97 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h | |||
@@ -70,7 +70,6 @@ struct hostfs_stat { | |||
70 | extern int stat_file(const char *path, struct hostfs_stat *p, int fd); | 70 | extern int stat_file(const char *path, struct hostfs_stat *p, int fd); |
71 | extern int access_file(char *path, int r, int w, int x); | 71 | extern int access_file(char *path, int r, int w, int x); |
72 | extern int open_file(char *path, int r, int w, int append); | 72 | extern int open_file(char *path, int r, int w, int append); |
73 | extern int file_type(const char *path, int *maj, int *min); | ||
74 | extern void *open_dir(char *path, int *err_out); | 73 | extern void *open_dir(char *path, int *err_out); |
75 | extern char *read_dir(void *stream, unsigned long long *pos, | 74 | extern char *read_dir(void *stream, unsigned long long *pos, |
76 | unsigned long long *ino_out, int *len_out); | 75 | unsigned long long *ino_out, int *len_out); |