Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a23d30698190f05491a6096f027311f94d4d26d5
Commit:     a23d30698190f05491a6096f027311f94d4d26d5
Parent:     88f370a688e765de9755a343702ca04e6817e5f5
Author:     Steve French <[EMAIL PROTECTED]>
AuthorDate: Sat Sep 15 03:43:47 2007 +0000
Committer:  Steve French <[EMAIL PROTECTED]>
CommitDate: Sat Sep 15 03:43:47 2007 +0000

    [CIFS] missing field in debug output from previous fix
    
    Signed-off-by: Steve French <[EMAIL PROTECTED]>
---
 fs/cifs/cifs_debug.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c
index 0356694..56c5d91 100644
--- a/fs/cifs/cifs_debug.c
+++ b/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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to