diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-24 02:31:17 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-24 02:31:17 +0200 |
commit | 0c0ff09329dafb165c0d9ac08965ddc0615020b1 (patch) | |
tree | 19b4cf11057b8cc740382c7d2c63b84538d45819 /fs/cifs/cifssmb.c | |
parent | [CIFS] Fix typo in POSIX SetFSInfo call (diff) | |
download | linux-0c0ff09329dafb165c0d9ac08965ddc0615020b1.tar.xz linux-0c0ff09329dafb165c0d9ac08965ddc0615020b1.zip |
[CIFS] Performance improvement, finish up adding CIFSSMBWrite2
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index f3dfae7788fd..56d79fd90679 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -964,7 +964,7 @@ CIFSSMBWrite2(const int xid, struct cifsTconInfo *tcon, __u32 bytes_sent; __u16 byte_count; - cERROR(1,("write2 at %lld %d bytes",offset,count)); /* BB removeme BB */ + cFYI(1,("write2 at %lld %d bytes",offset,count)); /* BB removeme BB */ rc = small_smb_init(SMB_COM_WRITE_ANDX, 14, tcon, (void **) &pSMB); if (rc) return rc; |