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:
688099f
)
- udmu_object_setattr() needs transaction handle
author
alex
<alex>
Thu, 23 Jul 2009 04:33:31 +0000
(
04:33
+0000)
committer
alex
<alex>
Thu, 23 Jul 2009 04:33:31 +0000
(
04:33
+0000)
lustre/dmu-osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/dmu-osd/osd_handler.c
b/lustre/dmu-osd/osd_handler.c
index
166de69
..
8ec4262
100644
(file)
--- a/
lustre/dmu-osd/osd_handler.c
+++ b/
lustre/dmu-osd/osd_handler.c
@@
-1264,7
+1264,7
@@
static dmu_buf_t* osd_mknod(struct osd_thread_info *info, struct osd_device *os
if (db && (S_ISCHR(mode)||S_ISBLK(mode))) {
vap.va_mask = DMU_AT_RDEV;
vap.va_rdev = attr->la_rdev;
- udmu_object_setattr(db,
NULL
, &vap);
+ udmu_object_setattr(db,
oh->ot_tx
, &vap);
}
return db;
}