On Mon, May 23, 2022 at 10:36:01PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > While we're messing around with how recovery allocates and frees the > buffer cancellation table, convert the allocation to use kmalloc_array > instead of the old kmem_alloc APIs, and make it handle a null return, > even though that's not likely. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/xfs/libxfs/xfs_log_recover.h | 2 +- > fs/xfs/xfs_buf_item_recover.c | 14 ++++++++++---- > fs/xfs/xfs_log_recover.c | 4 +++- > 3 files changed, 14 insertions(+), 6 deletions(-) Looks good. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx