From: Dmitry V. Levin Date: Sun, 25 Dec 2016 22:56:21 +0000 (+0000) Subject: quota: change address argument type from unsigned long to kernel_ureg_t X-Git-Tag: v4.16~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b816b59203a09e11bb551ea0d2c7727de937be0e;p=strace quota: change address argument type from unsigned long to kernel_ureg_t * quota.c (decode_cmd_data): Change the type of data argument from unsigned long to kernel_ureg_t. --- diff --git a/quota.c b/quota.c index 7dd01f9e..bf2f4215 100644 --- a/quota.c +++ b/quota.c @@ -171,7 +171,7 @@ struct fs_quota_statv { zero_extend_signed_to_ull((where).field)) static int -decode_cmd_data(struct tcb *tcp, uint32_t id, uint32_t cmd, unsigned long data) +decode_cmd_data(struct tcb *tcp, uint32_t id, uint32_t cmd, kernel_ureg_t data) { switch (cmd) { case Q_QUOTAOFF: