commit | 65bc98b0059360e458aebd208587be44641227c1 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Fri Jul 10 15:27:25 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Jul 10 15:27:25 2009 +0000 |
tree | 37db50ecbf083d20a1b4444d49610c7eafd8f8f3 | |
parent | c2cc49a2f8a479dde96a599646d30b6cc9dbed78 [diff] [blame] |
[CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 63f6cdf..6084d63 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h
@@ -260,6 +260,8 @@ atomic_t num_closes; atomic_t num_deletes; atomic_t num_mkdirs; + atomic_t num_posixopens; + atomic_t num_posixmkdirs; atomic_t num_rmdirs; atomic_t num_renames; atomic_t num_t2renames;