summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-09-20 23:01:34 (GMT)
committerSteve French <sfrench@us.ibm.com>2010-09-29 19:04:33 (GMT)
commitf6acb9d0596889a774e142ed76cb05b90d9763d2 (patch)
treea6d74c288f9941bf011a68df4d1729048fd779af /fs/cifs/cifsglob.h
parenta6e8a8455c94565c53e1a1756d2ab9d9e3a902b8 (diff)
downloadlinux-fsl-qoriq-f6acb9d0596889a774e142ed76cb05b90d9763d2.tar.xz
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/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index c351016..cc8300c 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -416,7 +416,7 @@ CIFS_SB(struct super_block *sb)
static inline struct cifsTconInfo *
cifs_sb_tcon(struct cifs_sb_info *cifs_sb)
{
- return cifs_sb->tcon;
+ return cifs_sb->ptcon;
}
static inline char CIFS_DIR_SEP(const struct cifs_sb_info *cifs_sb)