mbox series

[v2,0/2] kill add_to_page_cache_locked()

Message ID 20201021195745.3420101-1-kent.overstreet@gmail.com (mailing list archive)
Headers show
Series kill add_to_page_cache_locked() | expand

Message

Kent Overstreet Oct. 21, 2020, 7:57 p.m. UTC
since v1
 - kill a faulty assertion found by kernel test robot
 - drop an unneeded line break

Andrew, can this go through your tree?

Kent Overstreet (2):
  cifs: convert to add_to_page_cache()
  fs: kill add_to_page_cache_locked()

 fs/cifs/file.c          | 20 +++----------
 include/linux/pagemap.h | 20 ++-----------
 mm/filemap.c            | 64 ++++++++++++++++++++---------------------
 3 files changed, 37 insertions(+), 67 deletions(-)