在 2025/7/10 14:35, Johannes Thumshirn 写道:
hfsplus_submit_bio() called by hfsplus_sync_fs() uses bdev_virt_rw() which in turn uses submit_bio_wait() to submit the BIO. But submit_bio_wait() already sets the REQ_SYNC flag on the BIO so there is no need for setting the flag in hfsplus_sync_fs() when calling hfsplus_submit_bio(). Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
LGTM! Reviewed-by: Yangtao Li <frank.li@xxxxxxxx> Thx, Yangtao