Re: [RFC PATCH V3 02/10] md: remove __clear_page_buffers and use attach/detach_page_private

2020-05-07 Thread Song Liu
On Thu, May 7, 2020 at 2:44 PM Guoqing Jiang wrote: > > After introduce attach/detach_page_private in pagemap.h, we can remove > the duplicat code and call the new functions. > > Cc: Song Liu > Cc: linux-r...@vger.kernel.org > Signed-off-by: Guoqing Jiang Acked-by: Song Liu

[RFC PATCH V3 02/10] md: remove __clear_page_buffers and use attach/detach_page_private

2020-05-07 Thread Guoqing Jiang
After introduce attach/detach_page_private in pagemap.h, we can remove the duplicat code and call the new functions. Cc: Song Liu Cc: linux-r...@vger.kernel.org Signed-off-by: Guoqing Jiang --- RFC V2 -> RFC V3 1. rename clear_page_private to detach_page_private. RFC -> RFC V2 1. change the nam