]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: fix realtime device initialisation
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:25:24 +0000 (10:25 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 22 Jul 2013 20:35:12 +0000 (15:35 -0500)
commit6697bce2f8345917a983e94bdc5e95bfd5d60ae9
treed90cb371c8d353a6d9126dfa3a58fe7ad29ba02b
parent1a78b0840afcfbe01c12e6af04659388d62efeea
mkfs: fix realtime device initialisation

The method that libxfs uses for logging inodes is not followed by rtinit().
It fails to join the realtime bitmap inode to the final extent free
transactions, and so mkfs.xfs dies when trying to log changes to the bitmap
inode. Fix it.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
mkfs/proto.c