diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-23 20:31:17 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-23 20:31:17 -0400 |
commit | 0c0ff09329dafb165c0d9ac08965ddc0615020b1 (patch) | |
tree | 19b4cf11057b8cc740382c7d2c63b84538d45819 /fs/cifs/cifssmb.c | |
parent | 45abc6ee2b916a235d6824a41225177bd6e5e24f (diff) |
[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, | |||
964 | __u32 bytes_sent; | 964 | __u32 bytes_sent; |
965 | __u16 byte_count; | 965 | __u16 byte_count; |
966 | 966 | ||
967 | cERROR(1,("write2 at %lld %d bytes",offset,count)); /* BB removeme BB */ | 967 | cFYI(1,("write2 at %lld %d bytes",offset,count)); /* BB removeme BB */ |
968 | rc = small_smb_init(SMB_COM_WRITE_ANDX, 14, tcon, (void **) &pSMB); | 968 | rc = small_smb_init(SMB_COM_WRITE_ANDX, 14, tcon, (void **) &pSMB); |
969 | if (rc) | 969 | if (rc) |
970 | return rc; | 970 | return rc; |