]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: Prepare for supporting delayed bio completion
authorBart Van Assche <bvanassche@acm.org>
Wed, 10 Jun 2026 19:34:17 +0000 (12:34 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 22 Jun 2026 19:52:37 +0000 (19:52 +0000)
commit41b7928813b5db9f61bf55e0ce395f69eb0473eb
tree78cb6bea0decc83cd23b332f5c6e08216429301d
parent242d30bfc0a84b8b5de0a88821b53c9ad7fd31c4
f2fs: Prepare for supporting delayed bio completion

Use bio frontpadding to allocate memory for a work_struct when
allocating a bio.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c