]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/cifs/cifs_fs_sb.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / fs / cifs / cifs_fs_sb.h
index b326d2ca3765784c95d7a54faf06b72365675923..6e7c4427369d878f008320e32e34f29af9e5cf8e 100644 (file)
@@ -53,6 +53,8 @@
 #define CIFS_MOUNT_NO_HANDLE_CACHE 0x4000000 /* disable caching dir handles */
 #define CIFS_MOUNT_NO_DFS 0x8000000 /* disable DFS resolving */
 #define CIFS_MOUNT_MODE_FROM_SID 0x10000000 /* retrieve mode from special ACE */
+#define CIFS_MOUNT_RO_CACHE    0x20000000  /* assumes share will not change */
+#define CIFS_MOUNT_RW_CACHE    0x40000000  /* assumes only client accessing */
 
 struct cifs_sb_info {
        struct rb_root tlink_tree;