CIFS: Add rwpidforward mount option
[pandora-kernel.git] / fs / cifs / cifsglob.h
index ca0c378..310cdda 100644 (file)
@@ -200,6 +200,7 @@ struct smb_vol {
        bool fsc:1;     /* enable fscache */
        bool mfsymlinks:1; /* use Minshall+French Symlinks */
        bool multiuser:1;
+       bool rwpidforward:1; /* pid forward for read/write operations */
        unsigned int rsize;
        unsigned int wsize;
        bool sockopt_tcp_nodelay:1;