cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers
[deliverable/linux.git] / fs / cifs / cifs_fs_sb.h
index 7fde52969896b23c18fc187f76f038305cb4c27c..ba0afd3acff4ff5f6f7ae675841bd8ee7e77be1a 100644 (file)
@@ -39,7 +39,7 @@
 #define CIFS_MOUNT_MF_SYMLINKS 0x10000 /* Minshall+French Symlinks enabled */
 
 struct cifs_sb_info {
-       struct cifsTconInfo *tcon;      /* primary mount */
+       struct cifsTconInfo *ptcon;     /* primary mount */
        struct list_head nested_tcon_q;
        struct nls_table *local_nls;
        unsigned int rsize;
This page took 0.023806 seconds and 5 git commands to generate.