Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347832
b: refs/heads/master
c: 9696952
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Dec 20, 2012
1 parent 1bc5bd3 commit 96fa090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c209ce721444a61b61d9e772746c721e4d8d1e8
refs/heads/master: 969695215f9a865cbf64c4ce3742ac9fc57fffed
3 changes: 3 additions & 0 deletions trunk/fs/fscache/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ static void fscache_object_state_machine(struct fscache_object *object)
case FSCACHE_OBJECT_EV_ERROR:
new_state = FSCACHE_OBJECT_LC_DYING;
goto change_state;
case FSCACHE_OBJECT_EV_INVALIDATE:
new_state = FSCACHE_OBJECT_INVALIDATING;
goto change_state;
case FSCACHE_OBJECT_EV_REQUEUE:
goto done;
case -1:
Expand Down

0 comments on commit 96fa090

Please sign in to comment.