Message ID | 20230208145611.307706-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | Remove lock_page_killable() | expand |
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 >