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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/smb_fs_i.h b/include/linux/smb_fs_i.h
index 743e3954a..73ea69a89 100644
--- a/include/linux/smb_fs_i.h
+++ b/include/linux/smb_fs_i.h
@@ -22,6 +22,7 @@ struct smb_inode_info {
* (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 */