diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-09-20 19:01:34 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-09-29 15:04:33 -0400 |
commit | f6acb9d0596889a774e142ed76cb05b90d9763d2 (patch) | |
tree | a6d74c288f9941bf011a68df4d1729048fd779af /fs/cifs/cifs_fs_sb.h | |
parent | a6e8a8455c94565c53e1a1756d2ab9d9e3a902b8 (diff) |
cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_fs_sb.h')
-rw-r--r-- | fs/cifs/cifs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h index 7fde52969896..ba0afd3acff4 100644 --- a/fs/cifs/cifs_fs_sb.h +++ b/fs/cifs/cifs_fs_sb.h | |||
@@ -39,7 +39,7 @@ | |||
39 | #define CIFS_MOUNT_MF_SYMLINKS 0x10000 /* Minshall+French Symlinks enabled */ | 39 | #define CIFS_MOUNT_MF_SYMLINKS 0x10000 /* Minshall+French Symlinks enabled */ |
40 | 40 | ||
41 | struct cifs_sb_info { | 41 | struct cifs_sb_info { |
42 | struct cifsTconInfo *tcon; /* primary mount */ | 42 | struct cifsTconInfo *ptcon; /* primary mount */ |
43 | struct list_head nested_tcon_q; | 43 | struct list_head nested_tcon_q; |
44 | struct nls_table *local_nls; | 44 | struct nls_table *local_nls; |
45 | unsigned int rsize; | 45 | unsigned int rsize; |