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:
6b1c34c
)
Small fix.
author
fanyong
<fanyong>
Tue, 17 Oct 2006 15:21:09 +0000
(15:21 +0000)
committer
fanyong
<fanyong>
Tue, 17 Oct 2006 15:21:09 +0000
(15:21 +0000)
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
52f9ee2
..
b28d352
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-564,8
+564,8
@@
int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,
rc = mdc_unpack_acl(dt_exp, req, md, offset++);
if (rc)
GOTO(out, rc);
- } else {
#ifdef CONFIG_FS_POSIX_ACL
+ } else {
md->posix_acl = NULL;
#endif
}