linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove lock_page_killable()
@ 2023-02-08 14:56 Matthew Wilcox (Oracle)
  2023-02-08 14:56 ` [PATCH 1/2] cifs: Use a folio in cifs_page_mkwrite() Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-02-08 14:56 UTC (permalink / raw)
  To: linux-cifs, linux-fsdevel, linux-mm; +Cc: Matthew Wilcox (Oracle)

Remove the last caller of lock_page_killable() and the API.

Matthew Wilcox (Oracle) (2):
  cifs: Use a folio in cifs_page_mkwrite()
  filemap: Remove lock_page_killable()

 fs/cifs/file.c          | 17 ++++++++---------
 include/linux/pagemap.h | 10 ----------
 2 files changed, 8 insertions(+), 19 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2023-02-09 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 14:56 [PATCH 0/2] Remove lock_page_killable() Matthew Wilcox (Oracle)
2023-02-08 14:56 ` [PATCH 1/2] cifs: Use a folio in cifs_page_mkwrite() Matthew Wilcox (Oracle)
2023-02-08 14:56 ` [PATCH 2/2] filemap: Remove lock_page_killable() Matthew Wilcox (Oracle)
2023-02-09 19:43 ` [PATCH 0/2] " Steve French

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