commit | 004c46b9e588edf549a39c5db54e37ebd0b3b3ad | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Sat Feb 17 04:34:13 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Sat Feb 17 04:34:13 2007 +0000 |
tree | 592d18cb9fa0f3d98478af99f3f0cbb6f5151bf3 | |
parent | 1b2b212603ceb47d60aff571dcfffc846fcfa336 [diff] [blame] |
[CIFS] One line missing from previous commit Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 887c89b..bc2c0ac 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c
@@ -287,6 +287,7 @@ if (cifs_sb) { if (cifs_sb->tcon) { +/* BB add prepath to mount options displayed */ seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); if (cifs_sb->tcon->ses) { if (cifs_sb->tcon->ses->userName)