]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/phase6.c
repair: cleanup inode record macros
authorChristoph Hellwig <hch@infradead.org>
Fri, 2 Dec 2011 17:46:31 +0000 (12:46 -0500)
committerChristoph Hellwig <hch@lst.de>
Sun, 5 Feb 2012 14:00:34 +0000 (14:00 +0000)
commitf4ef1178d3e05d3fd4fbd4121c53fa68a2480343
tree53c270ce3dc8bcef30c7576d0a83af4bcc9fe118
parent52cb19dcb772cbb9ccf8105d02f27f8951eea453
repair: cleanup inode record macros

Remove indirections in the inode record bit manipulation macros and flatten
them to a single level of inlines.  Also use a common IREC_MASK define
instead of duplicating it for every bitmask.

Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/libxfs.h
repair/incore.h
repair/incore_ino.c
repair/phase6.c
repair/phase7.c