linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kill add_to_page_cache_locked()
@ 2020-10-21 19:57 Kent Overstreet
  2020-10-21 19:57 ` [PATCH v2 1/2] cifs: convert to add_to_page_cache() Kent Overstreet
  2020-10-21 19:57 ` [PATCH v2 2/2] fs: kill add_to_page_cache_locked() Kent Overstreet
  0 siblings, 2 replies; 6+ messages in thread
From: Kent Overstreet @ 2020-10-21 19:57 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, akpm, sfrench, linux-cifs; +Cc: Kent Overstreet

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(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-11  0:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 19:57 [PATCH v2 0/2] kill add_to_page_cache_locked() Kent Overstreet
2020-10-21 19:57 ` [PATCH v2 1/2] cifs: convert to add_to_page_cache() Kent Overstreet
2020-10-22  8:36   ` Steve French
2020-11-11  0:52   ` Matthew Wilcox
2020-10-21 19:57 ` [PATCH v2 2/2] fs: kill add_to_page_cache_locked() Kent Overstreet
2020-10-21 20:51   ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).