Whamcloud - gitweb
LU-4017 e2fsprogs: clean up codes for adding new quota type
[tools/e2fsprogs.git] / debugfs / quota.c
index 9612f64..e1edc6e 100644 (file)
@@ -43,7 +43,7 @@ static int load_quota_ctx(char *progname)
        if (current_qctx)
                return 0;
 
-       retval = quota_init_context(&current_qctx, current_fs, -1);
+       retval = quota_init_context(&current_qctx, current_fs, QUOTA_ALL_BIT);
        if (retval) {
                com_err(current_fs->device_name, retval,
                        "while trying to load quota information");