]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/hostfs/hostfs.h
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / hostfs / hostfs.h
index 3cbfa93cd78243506e07f0f7480d73f2704b29bb..1fe731337f0790add39e1d4870f4d9bb8174fb8b 100644 (file)
@@ -67,7 +67,8 @@ 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 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);
+                     unsigned long long *ino_out, int *len_out,
+                     unsigned int *type_out);
 extern void close_file(void *stream);
 extern int replace_file(int oldfd, int fd);
 extern void close_dir(void *stream);