diff options
Diffstat (limited to 'fs/fscache/cookie.c')
-rw-r--r-- | fs/fscache/cookie.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/fscache/cookie.c b/fs/fscache/cookie.c index 72fd18f6c71f..9b5187328230 100644 --- a/fs/fscache/cookie.c +++ b/fs/fscache/cookie.c | |||
@@ -349,6 +349,8 @@ static int fscache_attach_object(struct fscache_cookie *cookie, | |||
349 | object->cookie = cookie; | 349 | object->cookie = cookie; |
350 | atomic_inc(&cookie->usage); | 350 | atomic_inc(&cookie->usage); |
351 | hlist_add_head(&object->cookie_link, &cookie->backing_objects); | 351 | hlist_add_head(&object->cookie_link, &cookie->backing_objects); |
352 | |||
353 | fscache_objlist_add(object); | ||
352 | ret = 0; | 354 | ret = 0; |
353 | 355 | ||
354 | cant_attach_object: | 356 | cant_attach_object: |