commit | c3d5f0c2fb85351a1017b23692d3d6ab561b1f32 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 07 16:12:24 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jan 16 08:07:23 2020 -0800 |
tree | 98a405563d1d9789b2529b7f2e19abdb6df7e91e | |
parent | c64dd49b5112215730db8a2c3ac38c2e03b09e73 [diff] |
xfs: complain if anyone tries to create a too-large buffer log item Complain if someone calls xfs_buf_item_init on a buffer that is larger than the dirty bitmap can handle, or tries to log a region that's past the end of the dirty bitmap. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>