aboutsummaryrefslogtreecommitdiff
path: root/debugfs/quota.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/quota.c')
-rw-r--r--debugfs/quota.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/debugfs/quota.c b/debugfs/quota.c
index 0b7c2eee..f792bd73 100644
--- a/debugfs/quota.c
+++ b/debugfs/quota.c
@@ -102,7 +102,8 @@ static int list_quota_callback(struct dquot *dq,
return 0;
}
-void do_list_quota(int argc, char *argv[])
+void do_list_quota(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)),
+ void *infop EXT2FS_ATTR((unused)))
{
errcode_t retval;
int type;
@@ -131,7 +132,8 @@ void do_list_quota(int argc, char *argv[])
}
}
-void do_get_quota(int argc, char *argv[])
+void do_get_quota(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)),
+ void *infop EXT2FS_ATTR((unused)))
{
int err, type;
struct quota_handle *qh;