]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: remove type from da & dir2 cursors
authorEric Sandeen <sandeen@sandeen.net>
Tue, 13 Oct 2015 23:29:20 +0000 (10:29 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 13 Oct 2015 23:29:20 +0000 (10:29 +1100)
commit54aeafa573e1a472e4522f1ff3522d8e9b9aa0b2
tree69932b49445f9a8ca58c9f01028658f268c59f89
parent2f644bcdda0d771d271507c20c8cd1f428ab0870
xfs_repair: remove type from da & dir2 cursors

The type field in these cursors is only set (and only
in the attr code), and it's never read; just remove
it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
repair/attr_repair.c
repair/dir2.h