|
@@ -40,8 +40,7 @@ void __cachefiles_printk_object(struct cachefiles_object *object,
|
|
|
printk(KERN_ERR "%sobjstate=%s fl=%lx wbusy=%x ev=%lx[%lx]\n",
|
|
|
prefix, fscache_object_states[object->fscache.state],
|
|
|
object->fscache.flags, work_busy(&object->fscache.work),
|
|
|
- object->fscache.events,
|
|
|
- object->fscache.event_mask & FSCACHE_OBJECT_EVENTS_MASK);
|
|
|
+ object->fscache.events, object->fscache.event_mask);
|
|
|
printk(KERN_ERR "%sops=%u inp=%u exc=%u\n",
|
|
|
prefix, object->fscache.n_ops, object->fscache.n_in_progress,
|
|
|
object->fscache.n_exclusive);
|