diff --git a/[refs] b/[refs] index c8b2c41dcd4d..298518f29185 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88f370a688e765de9755a343702ca04e6817e5f5 +refs/heads/master: a23d30698190f05491a6096f027311f94d4d26d5 diff --git a/trunk/fs/cifs/cifs_debug.c b/trunk/fs/cifs/cifs_debug.c index 0356694b5cd0..56c5d9126f50 100644 --- a/trunk/fs/cifs/cifs_debug.c +++ b/trunk/fs/cifs/cifs_debug.c @@ -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"