]> err.no Git - linux-2.6/blobdiff - fs/cifs/cifsglob.h
[CIFS] Allow disabling CIFS Unix Extensions as mount option
[linux-2.6] / fs / cifs / cifsglob.h
index 0a7813175a270210f0293b86dbf67192158b65e2..b98742fc3b5aea0d325a395edd750eff093e115c 100644 (file)
@@ -281,7 +281,9 @@ struct cifsTconInfo {
        FILE_SYSTEM_UNIX_INFO fsUnixInfo;
        unsigned retry:1;
        unsigned nocase:1;
-       /* BB add field for back pointer to sb struct? */
+       unsigned unix_ext:1; /* if off disable Linux extensions to CIFS protocol
+                               for this mount even if server would support */
+       /* BB add field for back pointer to sb struct(s)? */
 };
 
 /*