···316 if (offset != 0)317 return;318 /* Cancel any unstarted writes on this page */319- nfs_wb_page_priority(page->mapping->host, page, FLUSH_INVALIDATE);320}321322static int nfs_release_page(struct page *page, gfp_t gfp)
···316 if (offset != 0)317 return;318 /* Cancel any unstarted writes on this page */319+ nfs_wb_page_cancel(page->mapping->host, page);320}321322static int nfs_release_page(struct page *page, gfp_t gfp)
+1-1
fs/nfs/namespace.c
···176void nfs_release_automount_timer(void)177{178 if (list_empty(&nfs_automount_list))179- cancel_delayed_work_sync(&nfs_automount_task);180}181182/*
···176void nfs_release_automount_timer(void)177{178 if (list_empty(&nfs_automount_list))179+ cancel_delayed_work(&nfs_automount_task);180}181182/*