Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354093
b: refs/heads/master
c: d6c19b6
h: refs/heads/master
i:
  354091: c420405
v: v3
  • Loading branch information
Dan Magenheimer authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent 1478ccf commit b7ab31c
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: 112a35edd6a6fc0ef91c2a57ca679d5eaaa18ab5
refs/heads/master: d6c19b6e7a2f040dd45a69f8afe051638b666a59
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 @@ -1346,7 +1346,7 @@ static int zcache_local_new_pool(uint32_t flags)
int zcache_autocreate_pool(unsigned int cli_id, unsigned int pool_id, bool eph)
{
struct tmem_pool *pool;
struct zcache_client *cli;
struct zcache_client *cli = NULL;
uint32_t flags = eph ? 0 : TMEM_POOL_PERSIST;
int ret = -1;

Expand Down

0 comments on commit b7ab31c

Please sign in to comment.