]> granicus.if.org Git - strace/commit
quotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 18 Jan 2016 21:34:42 +0000 (21:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jan 2016 01:42:08 +0000 (01:42 +0000)
commit6a9ac9636a6079a47592df2c889faa07c76bc755
tree97aecf86dc843d768aef5841a140ae45775f396c
parent2d544968feccb0721975fb3bd75ff92329360c92
quotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding

* quota.c (decode_cmd_data): As quota format value and xfs quota flags
are in-memory constants, print it like an array of one element instead
of a structure.
quota.c