X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Ffscache%2Fobject.c;h=9e792e30f4db47b38c6db644487c440a2e12febb;hb=3bc42f3f0ef13a8239138a4c00a0b782f029f23d;hp=40049f7505f0cb4551b8616948665db4e273da87;hpb=f09b443d0e09f37121c55d7f83056f6ebff6ab4f;p=cascardo%2Flinux.git diff --git a/fs/fscache/object.c b/fs/fscache/object.c index 40049f7505f0..9e792e30f4db 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c @@ -961,7 +961,8 @@ static const struct fscache_state *_fscache_invalidate_object(struct fscache_obj if (!op) goto nomem; - fscache_operation_init(op, object->cache->ops->invalidate_object, NULL); + fscache_operation_init(op, object->cache->ops->invalidate_object, + NULL, NULL); op->flags = FSCACHE_OP_ASYNC | (1 << FSCACHE_OP_EXCLUSIVE) | (1 << FSCACHE_OP_UNUSE_COOKIE);