diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-21 00:42:53 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-21 00:42:53 -0400 |
commit | a5a2b489bae8f66559a531df99a26eb16b42299e (patch) | |
tree | 080a579fe5e5382dc3493e302174b9c584964be4 /fs/cifs/transport.c | |
parent | 646352319b6cd369750a706706810d87f6b6efa7 (diff) |
[CIFS] Make CIFS statistics more accurate and add some stats that were
missing. Most importantly SMB reads were undercounted.
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/transport.c')
-rw-r--r-- | fs/cifs/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 496a2738bbe3..96f89eb66040 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
@@ -735,7 +735,7 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
735 | BCC(out_buf) = le16_to_cpu(BCC(out_buf)); | 735 | BCC(out_buf) = le16_to_cpu(BCC(out_buf)); |
736 | } else { | 736 | } else { |
737 | rc = -EIO; | 737 | rc = -EIO; |
738 | cFYI(1,("Bad MID state? ")); | 738 | cERROR(1,("Bad MID state? ")); |
739 | } | 739 | } |
740 | } | 740 | } |
741 | cifs_no_response_exit: | 741 | cifs_no_response_exit: |