diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-08 03:42:03 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-08 03:42:03 +0000 |
commit | 6ea75952d7c671ea8b0d7b66f82afcafbb5d20c2 (patch) | |
tree | 66cf5e73830d2730866f7e6bf6cf93f0684c5b99 /fs/cifs/misc.c | |
parent | 6b0cd00bc396daf5c2dcf17a8d82055335341f46 (diff) | |
parent | d2445556137c38ae15d3191174bfd235630ed7cd (diff) | |
download | talos-op-linux-6ea75952d7c671ea8b0d7b66f82afcafbb5d20c2.tar.gz talos-op-linux-6ea75952d7c671ea8b0d7b66f82afcafbb5d20c2.zip |
Merge branch 'for-next'
Diffstat (limited to 'fs/cifs/misc.c')
-rw-r--r-- | fs/cifs/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c index 3ccadc1326d6..252f2768db84 100644 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c @@ -729,6 +729,6 @@ cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb) "properly. Hardlinks will not be recognized on this " "mount. Consider mounting with the \"noserverino\" " "option to silence this message.", - cifs_sb->tcon->treeName); + cifs_sb_master_tcon(cifs_sb)->treeName); } } |