X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_md_object.c;h=2abaf95e7b960378b938c03deb9c57ca6b4347f8;hp=b607b78a94339fa475193c4f32d4048dd0fee6df;hb=82c6e42d6137f39a1f2394b7bc6e8d600eb36181;hpb=c5165557f561c13d83b355f4118d6c4564b5d036;ds=sidebyside diff --git a/lustre/osp/osp_md_object.c b/lustre/osp/osp_md_object.c index b607b78..2abaf95 100644 --- a/lustre/osp/osp_md_object.c +++ b/lustre/osp/osp_md_object.c @@ -1089,6 +1089,7 @@ struct dt_object_operations osp_md_obj_ops = { .do_object_lock = osp_md_object_lock, .do_object_unlock = osp_md_object_unlock, .do_invalidate = osp_invalidate, + .do_check_stale = osp_check_stale, }; /**