CIFS: Add new mount option to set owner uid and gid from special sids in acl
[cascardo/linux.git] / fs / cifs / cifsglob.h
index d9a1728..1f17f6b 100644 (file)
@@ -478,6 +478,7 @@ struct smb_vol {
        bool retry:1;
        bool intr:1;
        bool setuids:1;
+       bool setuidfromacl:1;
        bool override_uid:1;
        bool override_gid:1;
        bool dynperm:1;
@@ -1065,6 +1066,7 @@ struct cifsFileInfo {
        kuid_t uid;             /* allows finding which FileInfo structure */
        __u32 pid;              /* process id who opened file */
        struct cifs_fid fid;    /* file id from remote */
+       struct list_head rlist; /* reconnect list */
        /* BB add lock scope info here if needed */ ;
        /* lock scope id (0 if none) */
        struct dentry *dentry;