Merge branch 'xfs-rt-fixes-4.6' into for-next
This commit is contained in:
@@ -2538,6 +2538,13 @@ xlog_recover_validate_buf_type(
|
||||
}
|
||||
bp->b_ops = &xfs_sb_buf_ops;
|
||||
break;
|
||||
#ifdef CONFIG_XFS_RT
|
||||
case XFS_BLFT_RTBITMAP_BUF:
|
||||
case XFS_BLFT_RTSUMMARY_BUF:
|
||||
/* no magic numbers for verification of RT buffers */
|
||||
bp->b_ops = &xfs_rtbuf_ops;
|
||||
break;
|
||||
#endif /* CONFIG_XFS_RT */
|
||||
default:
|
||||
xfs_warn(mp, "Unknown buffer type %d!",
|
||||
xfs_blft_from_flags(buf_f));
|
||||
|
Reference in New Issue
Block a user