Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267601
b: refs/heads/master
c: 0428fec
h: refs/heads/master
i:
  267599: 4e4e172
v: v3
  • Loading branch information
Seth Jennings authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 58f932b commit aef387d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dbe82eb1170c0095e0ce89676235e0b27d7040d1
refs/heads/master: 0428fec32c5fde013cb8223c248972941b18ca59
4 changes: 2 additions & 2 deletions trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static unsigned int zv_max_zsize = (PAGE_SIZE / 8) * 7;
/*
* byte count defining poor *mean* compression; pages with greater zsize
* will be rejected until sufficient better-compressed pages are accepted
* driving the man below this threshold
* driving the mean below this threshold
*/
static unsigned int zv_max_mean_zsize = (PAGE_SIZE / 8) * 5;

Expand Down Expand Up @@ -1993,7 +1993,7 @@ static int __init zcache_init(void)
pr_info("zcache: frontswap enabled using kernel "
"transcendent memory and xvmalloc\n");
if (old_ops.init != NULL)
pr_warning("ktmem: frontswap_ops overridden");
pr_warning("zcache: frontswap_ops overridden");
}
#endif
out:
Expand Down

0 comments on commit aef387d

Please sign in to comment.