RE: [PATCH 1/7] mpage: stop using bdev_{read,write}_page

2023-01-25 Thread Dan Williams
Christoph Hellwig wrote: > These are micro-optimizations for synchronous I/O, which do not matter > compared to all the other inefficiencies in the legacy buffer_head > based mpage code. > > Signed-off-by: Christoph Hellwig > --- > fs/mpage.c | 10 -- > 1 file changed, 10 deletions(-) >

[PATCH 1/7] mpage: stop using bdev_{read,write}_page

2023-01-25 Thread Christoph Hellwig
These are micro-optimizations for synchronous I/O, which do not matter compared to all the other inefficiencies in the legacy buffer_head based mpage code. Signed-off-by: Christoph Hellwig --- fs/mpage.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/fs/mpage.c b/fs/mpage.c index