Whamcloud - gitweb
osd_device: add reference to objdir
authornikita <nikita>
Fri, 14 Apr 2006 22:05:05 +0000 (22:05 +0000)
committernikita <nikita>
Fri, 14 Apr 2006 22:05:05 +0000 (22:05 +0000)
lustre/osd/osd_internal.h

index c777002..61b91fc 100644 (file)
@@ -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)