]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: remove impossible tests in printpath
authorEric Sandeen <sandeen@redhat.com>
Mon, 14 Apr 2014 06:13:39 +0000 (16:13 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 14 Apr 2014 06:13:39 +0000 (16:13 +1000)
commit9d473f44580772cfdf495ba6a912a9a06e5a6a88
tree40d7fb6a4bd518f60677cd67324b11bdc7aa2d74
parent04c2e8d31c8b02fcd5ac8a346f47fabc2696bbbb
xfs_quota: remove impossible tests in printpath

printpath() had some cut & paste tests of "c" - but
nothing had set it yet other than c=0, so testing it
is pointless.  Just remove tests for non-zero "c"
until we might have set it to something interesting.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
quota/path.c