CIFS: Add new mount option to set owner uid and gid from special sids in acl
[cascardo/linux.git] / fs / cifs / cifsglob.h
index 0c828d3..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;