Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7549ad5f authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()

parent 2c174009
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1598,7 +1598,6 @@ int nfs_migrate_page(struct address_space *mapping, struct page *newpage,
	struct nfs_page *req;
	int ret;

	if (PageFsCache(page))
	nfs_fscache_release_page(page, GFP_KERNEL);

	req = nfs_find_and_lock_request(page);