X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fdt_object.h;h=5176f12a449be024c496a237ba2a50dc224a9ce1;hp=477433fc8470c37d5032feb6bb65393b458eabad;hb=59063a39319baba5cd496ff0dda8e8d405c14f51;hpb=b53675ea643df1f9db8768975e89acb8f0ee081d diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index 477433f..5176f12 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -1157,7 +1157,7 @@ static inline struct obd_capa *dt_capa_get(const struct lu_env *env, { LASSERT(dt); LASSERT(dt->do_ops); - LASSERT(dt->do_ops->do_ref_del); + LASSERT(dt->do_ops->do_capa_get); return dt->do_ops->do_capa_get(env, dt, old, opc); }