]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: fix messages from set_nlinks
authorChristoph Hellwig <hch@lst.de>
Fri, 2 Mar 2012 08:35:22 +0000 (08:35 +0000)
committerChristoph Hellwig <hch@lst.de>
Fri, 2 Mar 2012 08:35:22 +0000 (08:35 +0000)
commit154d3b3381d8b3b3a7726f8a43b5a2bde8b4b1b0
tree34ffea909f314f00d20d5194d25db48e267f4222
parentedfb350c7ae6c7e9e678b646f37bd8657669bb64
repair: fix messages from set_nlinks

Link counts are unsigned and need to be printed as such.  Also only
print the varning about upgrading the inode version if the inode was
version 1 before.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
repair/phase7.c