Re: [Cluster-devel] [PATCH v2 11/14] ufs: replace ll_rw_block()

2022-09-04 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

Re: [Cluster-devel] [PATCH v2 11/14] ufs: replace ll_rw_block()

2022-09-01 Thread Jan Kara
On Thu 01-09-22 21:35:02, Zhang Yi wrote: > ll_rw_block() is not safe for the sync read path because it cannot > guarantee that submitting read IO if the buffer has been locked. We > could get false positive EIO after wait_on_buffer() if the buffer has > been locked by others. So stop using