From 26a98c406c430818d5021c85a67d85f6cfc73c97 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 17 Oct 2006 14:27:39 +0000 Subject: [PATCH] - liblustre build fix. --- lustre/mdc/mdc_request.c | 2 ++ 1 file changed, 2 insertions(+) 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 } } -- 1.8.3.1