Skip to content
Snippets Groups Projects
Commit c8f911bd authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Quiet -Wundef compile warning.
parent 0ffbb49c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment