Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71552
b: refs/heads/master
c: a23d306
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Sep 15, 2007
1 parent 115b91a commit ccf8aad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 88f370a688e765de9755a343702ca04e6817e5f5
refs/heads/master: a23d30698190f05491a6096f027311f94d4d26d5
3 changes: 2 additions & 1 deletion trunk/fs/cifs/cifs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ cifs_debug_data_read(char *buf, char **beginBuffer, off_t offset,
tcon->treeName, atomic_read(&tcon->useCount));
buf += length;
if (tcon->nativeFileSystem) {
length = sprintf("Type: %s ", tcon->nativeFileSystem);
length = sprintf(buf, "Type: %s ",
tcon->nativeFileSystem);
buf += length;
}
length = sprintf(buf, "DevInfo: 0x%x Attributes: 0x%x"
Expand Down

0 comments on commit ccf8aad

Please sign in to comment.