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:
2ba878f
)
- liblustre build fix.
author
yury
<yury>
Tue, 17 Oct 2006 14:27:39 +0000
(14:27 +0000)
committer
yury
<yury>
Tue, 17 Oct 2006 14:27:39 +0000
(14:27 +0000)
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
2d8a3b6
..
52f9ee2
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-565,7
+565,9
@@
int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,
if (rc)
GOTO(out, rc);
} else {
+#ifdef CONFIG_FS_POSIX_ACL
md->posix_acl = NULL;
+#endif
}
}