Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18993
b: refs/heads/master
c: 07475ff
h: refs/heads/master
i:
  18991: d8d7021
v: v3
  • Loading branch information
Steve French committed Dec 3, 2005
1 parent 839a89d commit 7a2cee9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4498eed50a114565debd38f173acd62cce6e7cb8
refs/heads/master: 07475ffba5800c53573180dd521273642adcd0e9
8 changes: 8 additions & 0 deletions trunk/fs/cifs/cifs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ cifs_stats_read(char *buf, char **beginBuffer, off_t offset,
smBufAllocCount.counter,cifs_min_small);
length += item_length;
buf += item_length;
#ifdef CONFIG_CIFS_STATS2
item_length = sprintf(buf, "Total Large %d Small %d Allocations\n",
atomic_read(&totBufAllocCount),
atomic_read(&totSmBufAllocCount));
length += item_length;
buf += item_length;
#endif /* CONFIG_CIFS_STATS2 */

item_length =
sprintf(buf,"Operations (MIDs): %d\n",
midCount.counter);
Expand Down

0 comments on commit 7a2cee9

Please sign in to comment.