+1
−0
fs/xfs/xfs_bio_io.c
0 → 100644
+61
−0
+3
−0
+84
−157
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The xfs_buf structure is basically used as a glorified container for a memory allocation in the log recovery code. Replace it with a call to kmem_alloc_large and a simple abstraction to read into or write from it synchronously using chained bios. Signed-off-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by:
Darrick J. Wong <darrick.wong@oracle.com>