> This patch partially reverts commit c75e707fe1aa ("block: remove the > per-bio/request write hint"). The following aspects of that commit have > been reverted: > - Pass the struct kiocb write hint information to struct bio. > - Pass the struct bio write hint information to struct request. > - Do not merge requests with different write hints. > - Passing write hint information from the VFS layer to the block layer. > - In F2FS, initialization of bio.bi_write_hint. > > The following aspects of that commit have been dropped: > - Debugfs support for retrieving and modifying write hints. Any particular reason to left those out? > - md-raid, BTRFS, ext4, gfs2 and zonefs write hint support. Native Linux with ext4 is being used in automotive, and even mobile platforms. E.g. Qualcomm's RB5 is formally maintained with Debian - https://releases.linaro.org/96boards/rb5/linaro/debian/21.12/ Thanks, Avri > - The write_hints[] array in struct request_queue. > > Cc: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>