summaryrefslogtreecommitdiff
path: root/quota.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-12-26 10:26:03 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-12-26 10:43:34 +0000
commit7fa3d78319b20a996923f9b665afc3a3571ed08b (patch)
treec1fcdd2b642ebc521fea460e8aa26a0a5295270c /quota.c
parente625443bb501c99e3cbed7cf041ef3036c7955f0 (diff)
downloadstrace-7fa3d78319b20a996923f9b665afc3a3571ed08b.tar.gz
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Remove temporary types created for transition from long to kernel_ulong_t. Automatically replace kernel_scno_t and kernel_ureg_t with kernel_ulong_t using $ git grep -El 'kernel_(scno|ureg)_t' | xargs sed -ri 's/kernel_(scno|ureg)_t/kernel_ulong_t/g' * kernel_types.h (kernel_scno_t, kernel_ureg_t): Remove. All users updated.
Diffstat (limited to 'quota.c')
-rw-r--r--quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quota.c b/quota.c
index bf2f42153..19f391f76 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, kernel_ureg_t data)
+decode_cmd_data(struct tcb *tcp, uint32_t id, uint32_t cmd, kernel_ulong_t data)
{
switch (cmd) {
case Q_QUOTAOFF: