Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168835
b: refs/heads/master
c: 868411b
h: refs/heads/master
i:
  168833: 8241c8b
  168831: ccaaac7
v: v3
  • Loading branch information
David Howells committed Nov 19, 2009
1 parent 48f15c3 commit 3313ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 60d543ca724be155c2b6166e36a00c80b21bd810
refs/heads/master: 868411be3f445a83fafbd734f3e426400138add5
3 changes: 1 addition & 2 deletions trunk/fs/fscache/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,12 @@ static void fscache_object_slow_work_execute(struct slow_work *work)

_enter("{OBJ%x}", object->debug_id);

clear_bit(FSCACHE_OBJECT_EV_REQUEUE, &object->events);

start = jiffies;
fscache_object_state_machine(object);
fscache_hist(fscache_objs_histogram, start);
if (object->events & object->event_mask)
fscache_enqueue_object(object);
clear_bit(FSCACHE_OBJECT_EV_REQUEUE, &object->events);
}

/*
Expand Down

0 comments on commit 3313ab1

Please sign in to comment.