diff options
Diffstat (limited to 'fs/fscache/object.c')
-rw-r--r-- | fs/fscache/object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fscache/object.c b/fs/fscache/object.c index 74bc562a2cbc..c85c9f582166 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c | |||
@@ -201,6 +201,7 @@ static void fscache_object_state_machine(struct fscache_object *object) | |||
201 | } | 201 | } |
202 | spin_unlock(&object->lock); | 202 | spin_unlock(&object->lock); |
203 | fscache_enqueue_dependents(object); | 203 | fscache_enqueue_dependents(object); |
204 | fscache_start_operations(object); | ||
204 | goto terminal_transit; | 205 | goto terminal_transit; |
205 | 206 | ||
206 | /* handle an abort during initialisation */ | 207 | /* handle an abort during initialisation */ |