mbox series

[0/2] Remove lock_page_killable()

Message ID 20230208145611.307706-1-willy@infradead.org (mailing list archive)
Headers show
Series Remove lock_page_killable() | expand

Message

Matthew Wilcox Feb. 8, 2023, 2:56 p.m. UTC
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(-)

Comments

Steve French Feb. 9, 2023, 7:43 p.m. UTC | #1
merged into cifs-2.6.git for-next pending testing

On Wed, Feb 8, 2023 at 9:11 AM Matthew Wilcox (Oracle)
<willy@infradead.org> wrote:
>
> 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
>