mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
[CIFS] missing field in debug output from previous fix
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
88f370a688
commit
a23d306981
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user