patch-2.1.58 linux/include/linux/smb_fs_i.h

Next file: linux/include/linux/smb_fs_sb.h
Previous file: linux/include/linux/smb_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.57/linux/include/linux/smb_fs_i.h linux/include/linux/smb_fs_i.h
@@ -22,11 +22,13 @@
 	 * (open == generation).
 	 */
         unsigned int open;
-	void * dentry;		/* The dentry we were opened with */
 	__u16 fileid;		/* What id to handle a file with? */
 	__u16 attr;		/* Attribute fields, DOS value */
 
 	__u16 access;		/* Access bits. */
+	__u16 cache_valid;	/* dircache valid? */
+	unsigned long oldmtime;	/* last time refreshed */
+	void * dentry;		/* The dentry we were opened with */
 };
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov