Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71555
b: refs/heads/master
c: 5a44b31
h: refs/heads/master
i:
  71553: 3ac82b3
  71551: 115b91a
v: v3
  • Loading branch information
Steve French committed Sep 20, 2007
1 parent 09355b7 commit 0beb9da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c45d707f67b82236fcf9ca2af31c264669368b9b
refs/heads/master: 5a44b3190e3441986648ff664ef045685995324b
11 changes: 10 additions & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,16 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon,
cFYI(1, ("very large write cap"));
#endif /* CIFS_DEBUG2 */
if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) {
cFYI(1, ("setting capabilities failed"));
if (vol_info == NULL)
cFYI(1, ("resetting capabilities failed"));
else
cERROR(1, ("Negotiating Unix capabilities "
"with the server failed. Consider "
"mounting with the Unix Extensions\n"
"disabled, if problems are found, "
"by specifying the nounix mount "
"option.");

}
}
}
Expand Down

0 comments on commit 0beb9da

Please sign in to comment.