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:
06718ad
)
- filter_punch() refreshes attributes once truncate is done
author
alex
<alex>
Wed, 21 Oct 2009 10:07:53 +0000
(10:07 +0000)
committer
alex
<alex>
Wed, 21 Oct 2009 10:07:53 +0000
(10:07 +0000)
lustre/ofd/ofd_obd.c
patch
|
blob
|
history
diff --git
a/lustre/ofd/ofd_obd.c
b/lustre/ofd/ofd_obd.c
index
ca8b1ff
..
329a710
100644
(file)
--- a/
lustre/ofd/ofd_obd.c
+++ b/
lustre/ofd/ofd_obd.c
@@
-776,6
+776,7
@@
static int filter_punch(struct obd_export *exp, struct obd_info *oinfo,
oinfo->oi_oa->o_valid = OBD_MD_FLID;
/* Quota release needs uid/gid info */
+ rc = filter_attr_get(&env, fo, &info->fti_attr);
obdo_from_la(oinfo->oi_oa, &info->fti_attr,
FILTER_VALID_FLAGS | LA_UID | LA_GID);
filter_info2oti(info, oti);