Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347834
b: refs/heads/master
c: 9c04caa
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Dec 20, 2012
1 parent de8b748 commit 66dbb5b
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: a4ff146881c2764d7c3e4ef710e7c27d521ddd51
refs/heads/master: 9c04caa81b876faee5f1cc6eaad76dd7021ab8ff
2 changes: 1 addition & 1 deletion trunk/fs/fscache/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static int fscache_wait_for_retrieval_activation(struct fscache_object *object,
fscache_stat(stat_op_waits);
if (wait_on_bit(&op->op.flags, FSCACHE_OP_WAITING,
fscache_wait_bit_interruptible,
TASK_INTERRUPTIBLE) < 0) {
TASK_INTERRUPTIBLE) != 0) {
ret = fscache_cancel_op(&op->op);
if (ret == 0)
return -ERESTARTSYS;
Expand Down

0 comments on commit 66dbb5b

Please sign in to comment.