diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/fscache/object.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fscache/object.c b/fs/fscache/object.c index c85c9f582166..f3f952cf887e 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c | |||
@@ -353,13 +353,12 @@ static void fscache_object_slow_work_execute(struct slow_work *work) | |||
353 | 353 | ||
354 | _enter("{OBJ%x}", object->debug_id); | 354 | _enter("{OBJ%x}", object->debug_id); |
355 | 355 | ||
356 | clear_bit(FSCACHE_OBJECT_EV_REQUEUE, &object->events); | ||
357 | |||
358 | start = jiffies; | 356 | start = jiffies; |
359 | fscache_object_state_machine(object); | 357 | fscache_object_state_machine(object); |
360 | fscache_hist(fscache_objs_histogram, start); | 358 | fscache_hist(fscache_objs_histogram, start); |
361 | if (object->events & object->event_mask) | 359 | if (object->events & object->event_mask) |
362 | fscache_enqueue_object(object); | 360 | fscache_enqueue_object(object); |
361 | clear_bit(FSCACHE_OBJECT_EV_REQUEUE, &object->events); | ||
363 | } | 362 | } |
364 | 363 | ||
365 | /* | 364 | /* |