From: nikita Date: Fri, 14 Apr 2006 22:05:05 +0000 (+0000) Subject: osd_device: add reference to objdir X-Git-Tag: v1_8_0_110~486^2~2002 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0e0f2575d20db39db984a345c6c98085779f2b98;p=fs%2Flustre-release.git osd_device: add reference to objdir --- diff --git a/lustre/osd/osd_internal.h b/lustre/osd/osd_internal.h index c777002..61b91fc 100644 --- a/lustre/osd/osd_internal.h +++ b/lustre/osd/osd_internal.h @@ -51,6 +51,7 @@ struct osd_object { struct osd_device { struct dt_device od_dt_dev; struct lustre_mount_info *od_mount; + struct dentry *od_objdir; }; static inline struct osd_object * dt2osd_obj(struct dt_object *o)