|
@@ -244,11 +244,13 @@ wait_for_old_object:
|
|
|
|
|
|
ASSERT(!test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags));
|
|
ASSERT(!test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags));
|
|
|
|
|
|
- cache->cache.ops->put_object(&xobject->fscache, cachefiles_obj_put_wait_retry);
|
|
|
|
|
|
+ cache->cache.ops->put_object(&xobject->fscache,
|
|
|
|
+ (enum fscache_obj_ref_trace)cachefiles_obj_put_wait_retry);
|
|
goto try_again;
|
|
goto try_again;
|
|
|
|
|
|
requeue:
|
|
requeue:
|
|
- cache->cache.ops->put_object(&xobject->fscache, cachefiles_obj_put_wait_timeo);
|
|
|
|
|
|
+ cache->cache.ops->put_object(&xobject->fscache,
|
|
|
|
+ (enum fscache_obj_ref_trace)cachefiles_obj_put_wait_timeo);
|
|
_leave(" = -ETIMEDOUT");
|
|
_leave(" = -ETIMEDOUT");
|
|
return -ETIMEDOUT;
|
|
return -ETIMEDOUT;
|
|
}
|
|
}
|