]> www.infradead.org Git - users/hch/misc.git/commit
xfs: simplify building the bio in xlog_write_iclog
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Apr 2025 14:20:10 +0000 (09:20 -0500)
committerChristoph Hellwig <hch@lst.de>
Tue, 29 Apr 2025 19:03:21 +0000 (14:03 -0500)
commit5e572809ab191ec11db04f1683672955bc4d24f2
treed38602415f6f0e4d1c09800f2a753ccb6e678a82
parentd6ad214bb373ac3df9f910afbeb9790f89dd1495
xfs: simplify building the bio in xlog_write_iclog

Use the bio_add_virt_nofail and bio_add_vmalloc helpers to abstract
away the details of the memory allocation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_log.c