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

Next file: linux/include/linux/ext2_fs.h
Previous file: linux/include/linux/adfs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.6/linux/include/linux/affs_fs.h linux/include/linux/affs_fs.h
@@ -60,7 +60,7 @@
 /* namei.c */
 
 extern int	affs_hash_name(const unsigned char *name, int len, int intl, int hashsize);
-extern int	affs_lookup(struct inode *dir, struct dentry *dentry);
+extern struct dentry *affs_lookup(struct inode *dir, struct dentry *dentry);
 extern int	affs_unlink(struct inode *dir, struct dentry *dentry);
 extern int	affs_create(struct inode *dir, struct dentry *dentry, int mode);
 extern int	affs_mkdir(struct inode *dir, struct dentry *dentry, int mode);

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