Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317772
b: refs/heads/master
c: dc2f9a5
h: refs/heads/master
v: v3
  • Loading branch information
Xiao Guangrong authored and Greg Kroah-Hartman committed Jul 9, 2012
1 parent 0a44afa commit 4ca6abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 2ad0f81c588a7a4e0fb685cbd2246b4907401784
refs/heads/master: dc2f9a5d3d0a7a6c0e1a891c70ed2171869dd78d
6 changes: 2 additions & 4 deletions trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,9 @@ static void __init zbud_init(void)
int i;

INIT_LIST_HEAD(&zbud_buddied_list);
zcache_zbud_buddied_count = 0;
for (i = 0; i < NCHUNKS; i++) {

for (i = 0; i < NCHUNKS; i++)
INIT_LIST_HEAD(&zbud_unbuddied[i].list);
zbud_unbuddied[i].count = 0;
}
}

#ifdef CONFIG_SYSFS
Expand Down

0 comments on commit 4ca6abb

Please sign in to comment.