Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347827
b: refs/heads/master
c: 03acc4b
h: refs/heads/master
i:
  347825: 37bf530
  347823: 5c60ad8
v: v3
  • Loading branch information
David Howells committed Dec 20, 2012
1 parent d56616b commit 81dec8e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 36a02de5d7981435931d4608ee3e510b752e072b
refs/heads/master: 03acc4be5e479eebc95338cd1d72a9954c128e2b
3 changes: 2 additions & 1 deletion trunk/fs/fscache/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ static void fscache_object_state_machine(struct fscache_object *object)
/* wait for the parent object to become ready */
case FSCACHE_OBJECT_INIT:
object->event_mask =
ULONG_MAX & ~(1 << FSCACHE_OBJECT_EV_CLEARED);
FSCACHE_OBJECT_EVENTS_MASK &
~(1 << FSCACHE_OBJECT_EV_CLEARED);
fscache_initialise_object(object);
goto done;

Expand Down

0 comments on commit 81dec8e

Please sign in to comment.