On Mon, May 20, 2019 at 10:47:04PM -0500, Eric Sandeen wrote: > The hack of casting an inode_log_item or buf_log_item to a > xfs_log_item_t is pretty gross; yes it's the first member in the > structure, but yuk. Pass in the correct structure member. > > This was fixed in the kernel with commit e98c414f9 > ("xfs: simplify log item descriptor tracking") > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> > Reviewed-by: Allison Collins <allison.henderson@xxxxxxxxxx> > Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>