]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: inode unlink does not set AGI buffer type
authorDave Chinner <dchinner@redhat.com>
Wed, 21 Jan 2015 22:29:40 +0000 (09:29 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:52:44 +0000 (14:52 -0800)
commit4c60b128355767a6d181eb7d32e01e9fd5d65838
treee6cb83ae931b5d034c4d80ab343744d269d1d148
parent3d2dae943ee19bcf281bde9423e0db14016e9935
xfs: inode unlink does not set AGI buffer type

commit f19b872b086711bb4b22c3a0f52f16aa920bcc61 upstream.

This leads to log recovery throwing errors like:

XFS (md0): Mounting V5 Filesystem
XFS (md0): Starting recovery (logdev: internal)
XFS (md0): Unknown buffer type 0!
XFS (md0): _xfs_buf_ioapply: no ops on block 0xaea8802/0x1
ffff8800ffc53800: 58 41 47 49 .....

Which is the AGI buffer magic number.

Ensure that we set the type appropriately in both unlink list
addition and removal.

Tested-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_inode.c