]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/dinode.c
xfs_repair: inode flags check should use flags
authorDave Chinner <dchinner@redhat.com>
Wed, 23 Feb 2011 22:28:26 +0000 (09:28 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 23 Feb 2011 22:28:26 +0000 (09:28 +1100)
commitfb380cb7606e7e92abc73e1a9bd644e7c88a04a8
tree0dccc9595ed10d6980c84de6168838f4dcb8d5aa
parent29622975322678fc5fa875ed02879e7c37b83b07
xfs_repair: inode flags check should use flags

The RT bitmap inode format flag check should use the flag, not the
bit definition. As a result, it is incorrectly detecting inodes with
the prealloc flag set as has having an invalid bit set.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
repair/dinode.c