hostfs: get rid of file_type(), fold init_inode()
[deliverable/linux.git] / fs / hostfs / hostfs.h
index 3a52edef9948a4aa2573e08bf522ea66d6d3273c..ea87e224ed971425cc20815f6f8bbeb213bd5963 100644 (file)
@@ -70,7 +70,6 @@ struct hostfs_stat {
 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
 extern int access_file(char *path, int r, int w, int x);
 extern int open_file(char *path, int r, int w, int append);
-extern int file_type(const char *path, int *maj, int *min);
 extern void *open_dir(char *path, int *err_out);
 extern char *read_dir(void *stream, unsigned long long *pos,
                      unsigned long long *ino_out, int *len_out);
This page took 0.025522 seconds and 5 git commands to generate.