Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354499
b: refs/heads/master
c: feb897e
h: refs/heads/master
i:
  354497: ed8b9b3
  354495: e9e334f
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent 6575eda commit 00f81e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80e9fc9af4cbab97508f5853a5c5ab6ca9ef14bd
refs/heads/master: feb897e1f48918bf5cd60a075a6641ed41ace988
32 changes: 16 additions & 16 deletions trunk/drivers/staging/zcache/zbud.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,26 +281,26 @@ static inline char *zbud_data(void *zbpg,
* debugfs viewers, some of these should also be atomic_long_t, but
* I don't know how to expose atomics via debugfs either...
*/
static unsigned long zbud_eph_pageframes;
static unsigned long zbud_pers_pageframes;
static unsigned long zbud_eph_zpages;
static unsigned long zbud_pers_zpages;
static ssize_t zbud_eph_pageframes;
static ssize_t zbud_pers_pageframes;
static ssize_t zbud_eph_zpages;
static ssize_t zbud_pers_zpages;
static u64 zbud_eph_zbytes;
static u64 zbud_pers_zbytes;
static unsigned long zbud_eph_evicted_pageframes;
static unsigned long zbud_pers_evicted_pageframes;
static unsigned long zbud_eph_cumul_zpages;
static unsigned long zbud_pers_cumul_zpages;
static ssize_t zbud_eph_evicted_pageframes;
static ssize_t zbud_pers_evicted_pageframes;
static ssize_t zbud_eph_cumul_zpages;
static ssize_t zbud_pers_cumul_zpages;
static u64 zbud_eph_cumul_zbytes;
static u64 zbud_pers_cumul_zbytes;
static unsigned long zbud_eph_cumul_chunk_counts[NCHUNKS];
static unsigned long zbud_pers_cumul_chunk_counts[NCHUNKS];
static unsigned long zbud_eph_buddied_count;
static unsigned long zbud_pers_buddied_count;
static unsigned long zbud_eph_unbuddied_count;
static unsigned long zbud_pers_unbuddied_count;
static unsigned long zbud_eph_zombie_count;
static unsigned long zbud_pers_zombie_count;
static ssize_t zbud_eph_cumul_chunk_counts[NCHUNKS];
static ssize_t zbud_pers_cumul_chunk_counts[NCHUNKS];
static ssize_t zbud_eph_buddied_count;
static ssize_t zbud_pers_buddied_count;
static ssize_t zbud_eph_unbuddied_count;
static ssize_t zbud_pers_unbuddied_count;
static ssize_t zbud_eph_zombie_count;
static ssize_t zbud_pers_zombie_count;
static atomic_t zbud_eph_zombie_atomic;
static atomic_t zbud_pers_zombie_atomic;

Expand Down

0 comments on commit 00f81e8

Please sign in to comment.