Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354268
b: refs/heads/master
c: 05014d7
h: refs/heads/master
v: v3
  • Loading branch information
Ryo Munakata authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 58a4ba9 commit 93a1822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2643c47fa4accb49abf46a1486909e20e4bb5df9
refs/heads/master: 05014d73d68a0f5203fc78eb58e6d7e512581695
5 changes: 2 additions & 3 deletions trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,11 +1017,10 @@ static int zcache_frontswap_unuse(void)
unuse_ret = frontswap_unuse(type, offset,
newpage2 != NULL ? newpage2 : evictpage2,
ZCACHE_GFP_MASK);
if (unuse_ret != 0) {
if (unuse_ret != 0)
goto free_and_out;
} else if (evictpage2 != NULL) {
else if (evictpage2 != NULL)
zcache_unacct_page();
}
}
ret = 0;
goto out;
Expand Down

0 comments on commit 93a1822

Please sign in to comment.