patch-2.2.7 linux/include/linux/minix_fs.h

Next file: linux/include/linux/msdos_fs.h
Previous file: linux/include/linux/kbd_ll.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.6/linux/include/linux/minix_fs.h linux/include/linux/minix_fs.h
@@ -89,7 +89,7 @@
 
 #ifdef __KERNEL__
 
-extern int minix_lookup(struct inode * dir, struct dentry *dentry);
+extern struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry);
 extern int minix_create(struct inode * dir, struct dentry *dentry, int mode);
 extern int minix_mkdir(struct inode * dir, struct dentry *dentry, int mode);
 extern int minix_rmdir(struct inode * dir, struct dentry *dentry);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)