Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263393
b: refs/heads/master
c: 1dcab08
h: refs/heads/master
i:
  263391: f306af4
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 77a9b8d commit 759e655
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: c5f5c4db393837ebb2ae47bf061d70e498f48f8c
refs/heads/master: 1dcab0875b113a148b6601d87b4e0e3444440339
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zcache/tmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ int tmem_get(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index,
struct tmem_obj *obj;
void *pampd;
bool ephemeral = is_ephemeral(pool);
uint32_t ret = -1;
int ret = -1;
struct tmem_hashbucket *hb;
bool free = (get_and_free == 1) || ((get_and_free == 0) && ephemeral);
bool lock_held = false;
Expand Down

0 comments on commit 759e655

Please sign in to comment.