From 818bd98d54b9b16da67d79010df033f5d1ce5c32 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:18:07 +0000 Subject: [PATCH] Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- lustre/llite/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index ba54729..da33254 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -1355,6 +1355,7 @@ static int ll_dir_ioctl(struct inode *inode, struct file *file, obd_ioctl_freedata(buf, len); RETURN(rc); } +#ifdef HAVE_QUOTA_SUPPORT case OBD_IOC_QUOTACHECK: { struct obd_quotactl *oqctl; int rc, error = 0; @@ -1411,7 +1412,6 @@ static int ll_dir_ioctl(struct inode *inode, struct file *file, OBD_FREE_PTR(check); RETURN(rc); } -#ifdef HAVE_QUOTA_SUPPORT case OBD_IOC_QUOTACTL: { struct if_quotactl *qctl; struct obd_quotactl *oqctl; -- 1.8.3.1