Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa89bd
)
osd_device: add reference to objdir
author
nikita
<nikita>
Fri, 14 Apr 2006 22:05:05 +0000
(22:05 +0000)
committer
nikita
<nikita>
Fri, 14 Apr 2006 22:05:05 +0000
(22:05 +0000)
lustre/osd/osd_internal.h
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_internal.h
b/lustre/osd/osd_internal.h
index
c777002
..
61b91fc
100644
(file)
--- 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)