Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262894
b: refs/heads/master
c: d8c778f
h: refs/heads/master
v: v3
  • Loading branch information
Nitin Gupta authored and Greg Kroah-Hartman committed Aug 8, 2011
1 parent 9c59617 commit 9b0fe27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3ca15c4486beb113700cda44e32109cf0d97528b
refs/heads/master: d8c778fdf2bcd42e495ca1ca67bca729639352b7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1936,9 +1936,9 @@ __setup("nofrontswap", no_frontswap);

static int __init zcache_init(void)
{
#ifdef CONFIG_SYSFS
int ret = 0;

#ifdef CONFIG_SYSFS
ret = sysfs_create_group(mm_kobj, &zcache_attr_group);
if (ret) {
pr_err("zcache: can't create sysfs\n");
Expand Down

0 comments on commit 9b0fe27

Please sign in to comment.