afs/fs/cachefs rootdir.c,1.16,1.17

dwh at infradead.org dwh at infradead.org
Fri Jul 18 17:16:23 BST 2003


Update of /home/cvs/afs/fs/cachefs
In directory phoenix.infradead.org:/tmp/cvs-serv2400/fs/cachefs

Modified Files:
	rootdir.c 
Log Message:
port to 2.6.0-test1


Index: rootdir.c
===================================================================
RCS file: /home/cvs/afs/fs/cachefs/rootdir.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- rootdir.c	17 Jul 2003 12:02:13 -0000	1.16
+++ rootdir.c	18 Jul 2003 15:16:20 -0000	1.17
@@ -23,7 +23,8 @@
 #include "cachefs-int.h"
 
 static struct dentry *cachefs_root_lookup(struct inode *dir,
-					  struct dentry *dentry);
+					  struct dentry *dentry,
+					  struct nameidata *nd);
 static int cachefs_root_readdir(struct file *file, void *dirent,
 				filldir_t filldir);
 static int cachefs_root_rmdir_unlink(struct inode *dir,
@@ -412,7 +413,9 @@
 /*
  * look up an entry in the cache's root directory
  */
-static struct dentry *cachefs_root_lookup(struct inode *_dir, struct dentry *dentry)
+static struct dentry *cachefs_root_lookup(struct inode *_dir,
+					  struct dentry *dentry,
+					  struct nameidata *nd)
 {
 	struct cachefs_ondisc_metadata *metadata;
 	struct cachefs_lookup_record rec;




More information about the linux-afs-cvs mailing list