Re: [f2fs-dev] [PATCH V2 00/13] Consolidate FS read I/O callbacks code

2019-04-29 Thread Matthew Wilcox
On Sun, Apr 28, 2019 at 10:01:08AM +0530, Chandan Rajendra wrote: > With these changes in place, the patchset changes Ext4 to use > mpage_readpage[s] instead of its own custom ext4_readpage[s]() > functions. This is done to reduce duplicity of code across FYI, "duplicity" means "lying". You

[f2fs-dev] [PATCH V2 00/13] Consolidate FS read I/O callbacks code

2019-04-27 Thread Chandan Rajendra
This patchset moves the "FS read I/O callbacks" code into a file of its own (i.e. fs/read_callbacks.c) and modifies the generic do_mpage_readpge() to make use of the functionality provided. "FS read I/O callbacks" code implements the state machine that needs to be executed after reading data from