From: yury Date: Tue, 17 Oct 2006 14:27:39 +0000 (+0000) Subject: - liblustre build fix. X-Git-Tag: v1_8_0_110~486^2~478 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=26a98c406c430818d5021c85a67d85f6cfc73c97;p=fs%2Flustre-release.git - liblustre build fix. --- diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 2d8a3b6..52f9ee2 100644 --- 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 } }