Re: [PATCH v2 1/2] cifs: convert to add_to_page_cache()

2020-11-10 Thread Matthew Wilcox
On Wed, Oct 21, 2020 at 03:57:44PM -0400, Kent Overstreet wrote: > This is just open coding add_to_page_cache(), and the next patch will > delete add_to_page_cache_locked(). > > Signed-off-by: Kent Overstreet Reviewed-by: Matthew Wilcox (Oracle)

Re: [PATCH v2 1/2] cifs: convert to add_to_page_cache()

2020-10-22 Thread Steve French
you can add my reviewed-by if you would like On Thu, Oct 22, 2020 at 1:48 AM Kent Overstreet wrote: > > This is just open coding add_to_page_cache(), and the next patch will > delete add_to_page_cache_locked(). > > Signed-off-by: Kent Overstreet > --- > fs/cifs/file.c | 20