X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosc%2Fosc_object.c;h=0477dcd8195ad9205747cf51c9b9cafdf3dba37e;hb=0356990876308f811cc6c61c22946a1cd73e5c23;hp=b3614f8d562a35e4777658e316d5b393c60f5215;hpb=c16ecc8600c57f5b2338c59649654bb2716780f6;p=fs%2Flustre-release.git diff --git a/lustre/osc/osc_object.c b/lustre/osc/osc_object.c index b3614f8..0477dcd 100644 --- a/lustre/osc/osc_object.c +++ b/lustre/osc/osc_object.c @@ -380,15 +380,15 @@ int osc_object_is_contended(struct osc_object *obj) } static const struct cl_object_operations osc_ops = { - .coo_page_init = osc_page_init, - .coo_lock_init = osc_lock_init, - .coo_io_init = osc_io_init, - .coo_attr_get = osc_attr_get, - .coo_attr_update = osc_attr_update, - .coo_glimpse = osc_object_glimpse, - .coo_prune = osc_object_prune, - .coo_find_cbdata = osc_object_find_cbdata, - .coo_fiemap = osc_object_fiemap, + .coo_page_init = osc_page_init, + .coo_lock_init = osc_lock_init, + .coo_io_init = osc_io_init, + .coo_attr_get = osc_attr_get, + .coo_attr_update = osc_attr_update, + .coo_glimpse = osc_object_glimpse, + .coo_prune = osc_object_prune, + .coo_find_cbdata = osc_object_find_cbdata, + .coo_fiemap = osc_object_fiemap, }; static const struct lu_object_operations osc_lu_obj_ops = {