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

Next file: linux/include/linux/smp.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.80/linux/include/linux/smb_fs_i.h linux/include/linux/smb_fs_i.h
@@ -21,15 +21,14 @@
 	 * file handles are local to a connection. A file is open if
 	 * (open == generation).
 	 */
-        unsigned int open;
+        unsigned int open;	/* open generation */
 	__u16 fileid;		/* What id to handle a file with? */
 	__u16 attr;		/* Attribute fields, DOS value */
 
-	__u16 access;		/* Access bits. */
+	__u16 access;		/* Access mode */
 	__u16 cache_valid;	/* dircache valid? */
 	unsigned long oldmtime;	/* last time refreshed */
 	unsigned long closed;	/* timestamp when closed */
-	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