On 7/26/23 17:33, Damien Le Moal wrote:
From all this, and given that for (3) REQ_NO_ZONE_WRITE_LOCK is set unconditionally, it now seems to me that this request flag is useless... Thoughts ?
Hi Damien, Thanks for having taken a close look at this patch series. The flag REQ_NO_ZONE_WRITE_LOCK was introduced based on earlier review feedback. Removing that flag again would help me because that would allow me to develop a test for the blktest suite that submits I/O directly to the block device instead of an F2FS filesystem. I like F2FS but it's probably good to minimize the number of layers when writing blktest tests. Thanks, Bart.