diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-22 20:13:47 -0400 |
---|---|---|
committer | Steve French <sfrench@hera.kernel.org> | 2005-06-22 20:13:47 -0400 |
commit | dfb7533b5f157ac7135da23883e80d895227d965 (patch) | |
tree | 6a09f6d0945653bb21a2cdc8f050b82a4671227c /fs/cifs/cifsglob.h | |
parent | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (diff) |
[CIFS] Add stats for findfirst, findnext, findclose
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 81babab265e1..4ed9c13fff55 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -219,6 +219,9 @@ struct cifsTconInfo { | |||
219 | atomic_t num_rmdirs; | 219 | atomic_t num_rmdirs; |
220 | atomic_t num_renames; | 220 | atomic_t num_renames; |
221 | atomic_t num_t2renames; | 221 | atomic_t num_t2renames; |
222 | atomic_t num_ffirst; | ||
223 | atomic_t num_fnext; | ||
224 | atomic_t num_fclose; | ||
222 | __u64 bytes_read; | 225 | __u64 bytes_read; |
223 | __u64 bytes_written; | 226 | __u64 bytes_written; |
224 | spinlock_t stat_lock; | 227 | spinlock_t stat_lock; |