X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flu_object.h;h=b33b8b0c6be9db104c8a44d8de705c611187b309;hp=a2d31aea869e1a1d80b9ae3bed2c43455621c6d6;hb=018e6e44fd52e12c9d4ff78ca1a5345b12577fd2;hpb=160392c3b0d12df809b07d0d8f3d91354172d23e diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index a2d31ae..b33b8b0 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -1337,5 +1337,8 @@ struct lu_kmem_descr { int lu_kmem_init(struct lu_kmem_descr *caches); void lu_kmem_fini(struct lu_kmem_descr *caches); +void lu_object_assign_fid(const struct lu_env *env, struct lu_object *o, + const struct lu_fid *fid); + /** @} lu */ #endif /* __LUSTRE_LU_OBJECT_H */