CIFS: Add rwpidforward mount option
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifs_fs_sb.h
index c96b44b4e262dcd09aa363873400e003953398bd..ffb1459dc6ecf04f2da417a85c734374177f45ce 100644 (file)
@@ -41,6 +41,7 @@
 #define CIFS_MOUNT_MF_SYMLINKS 0x10000 /* Minshall+French Symlinks enabled */
 #define CIFS_MOUNT_MULTIUSER   0x20000 /* multiuser mount */
 #define CIFS_MOUNT_STRICT_IO   0x40000 /* strict cache mode */
+#define CIFS_MOUNT_RWPIDFORWARD        0x80000 /* use pid forwarding for rw */
 
 struct cifs_sb_info {
        struct rb_root tlink_tree;