summaryrefslogtreecommitdiff
path: root/cmds-quota.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-quota.c')
-rw-r--r--cmds-quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-quota.c b/cmds-quota.c
index 89cc89cc..f6a1cfa7 100644
--- a/cmds-quota.c
+++ b/cmds-quota.c
@@ -109,7 +109,7 @@ static int cmd_quota_rescan(int argc, char **argv)
int e;
char *path = NULL;
struct btrfs_ioctl_quota_rescan_args args;
- int ioctlnum = BTRFS_IOC_QUOTA_RESCAN;
+ unsigned long ioctlnum = BTRFS_IOC_QUOTA_RESCAN;
DIR *dirstream = NULL;
int wait_for_completion = 0;