]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: remove extra 30 seconds from time limit reporting
authorEric Sandeen <sandeen@sandeen.net>
Thu, 4 Feb 2016 21:42:53 +0000 (08:42 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:42:53 +0000 (08:42 +1100)
commitd1fe6ffa28b02b7715d2d76f5c47a3ab4161aeaf
treed5c8b2631dd8a263dce29d20c49d7f60fce51d34
parentadd8ff67a250c81882f18635b5fc1ee75ccb7c62
xfs_quota: remove extra 30 seconds from time limit reporting

The addition of 30s makes little sense; it's only added to the
values reported via the userspace tool, and doesn't reflect the
actual values used in the kernel. Setting a time limit to
"00:30:00" and reporting back "00:30:30" makes little sense to me.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
quota/util.c