summaryrefslogtreecommitdiffstats
path: root/include/linux/smb_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smb_fs_i.h')
-rw-r--r--include/linux/smb_fs_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/smb_fs_i.h b/include/linux/smb_fs_i.h
index 71e57ea6a..4aea02c3c 100644
--- a/include/linux/smb_fs_i.h
+++ b/include/linux/smb_fs_i.h
@@ -21,15 +21,14 @@ struct smb_inode_info {
* 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