]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: Fix range for -U.
authorArkadiusz Miskiewicz <arekm@maven.pl>
Tue, 30 Dec 2008 17:31:56 +0000 (18:31 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 30 Dec 2008 17:31:56 +0000 (18:31 +0100)
commit57cc6e78ab3ed5404c4a108b03d5d051ca5bb316
tree2763590811063f9289f04bcc4bf9a6bf5d2e8e10
parentbb76b4b3b8300604e1ac58467c7e4d0d10b12797
xfs_quota: Fix range for -U.

xfs_quota report "-L" option specifies lower range of requested IDs.
"-U" specifies upper range but "-L" is closed range while "-U" is open
range.

Make "-U" closed range, too which is something more expected.

Reviewed-by: Christoph Hellwig <hch@lst.de>
quota/report.c