Whamcloud - gitweb
LU-16847 ldiskfs: refactor bio submit. 36/51236/9
authorAlexey Lyashkov <alexey.lyashkov@hpe.com>
Tue, 30 May 2023 08:30:02 +0000 (11:30 +0300)
committerOleg Drokin <green@whamcloud.com>
Sat, 19 Aug 2023 05:34:44 +0000 (05:34 +0000)
commitd0be255ae3bdabb99e690b183801a40c05900824
tree6a6fd90ded44c7f7e619982261da4f6bcfff946c
parentc0cb747ebe95d3fefa2a70c09c2ae0c4fa873b47
LU-16847 ldiskfs: refactor bio submit.

extract common code into osd_submit_bio() function to avoid
code duplication.
fix a debug output for the last bio, currently it lost from output.

HPe-bug-id: LUS-11645
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Change-Id: I5f957a832b73ad08ccccfba7866393d93d4ae538
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51236
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Andrew Perepechko <andrew.perepechko@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osd-ldiskfs/osd_io.c