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

From: Christoph Hellwig
Date: Tue Oct 20 2020 - 03:58:19 EST


> + rc = add_to_page_cache(page, mapping,
> + page->index, gfp);

This trivially fits onto a single line.