Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Tue, 1 May 2007 09:22:38 +0000 (09:22 +0000)
committeradilger <adilger>
Tue, 1 May 2007 09:22:38 +0000 (09:22 +0000)
Quiet -Wundef compile warning.

lustre/llite/dir.c

index 32610c5..df73032 100644 (file)
@@ -792,7 +792,7 @@ static int ll_dir_ioctl(struct inode *inode, struct file *file,
                 OBD_FREE_PTR(check);
                 RETURN(rc);
         }
-#if HAVE_QUOTA_SUPPORT
+#ifdef HAVE_QUOTA_SUPPORT
         case OBD_IOC_QUOTACTL: {
                 struct if_quotactl *qctl;
                 struct obd_quotactl *oqctl;