diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-07 23:42:03 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-07 23:42:03 -0400 |
commit | 6ea75952d7c671ea8b0d7b66f82afcafbb5d20c2 (patch) | |
tree | 66cf5e73830d2730866f7e6bf6cf93f0684c5b99 /fs/cifs/misc.c | |
parent | 6b0cd00bc396daf5c2dcf17a8d82055335341f46 (diff) | |
parent | d2445556137c38ae15d3191174bfd235630ed7cd (diff) |
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) | |||
729 | "properly. Hardlinks will not be recognized on this " | 729 | "properly. Hardlinks will not be recognized on this " |
730 | "mount. Consider mounting with the \"noserverino\" " | 730 | "mount. Consider mounting with the \"noserverino\" " |
731 | "option to silence this message.", | 731 | "option to silence this message.", |
732 | cifs_sb->tcon->treeName); | 732 | cifs_sb_master_tcon(cifs_sb)->treeName); |
733 | } | 733 | } |
734 | } | 734 | } |