commit | add42de31721fa29ed77a7ce388674d69f9d31a4 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 01 10:07:16 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 01 10:11:22 2020 -0400 |
tree | d2a9b82eda0f38418cacec7e2fe7d742fcb502b6 | |
parent | f764a1e1cb8bb3de42ca31abd034bdb82f156c29 [diff] |
NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() When we detach a subrequest from the list, we must also release the reference it holds to the parent. Fixes: 5b2b5187fa85 ("NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases") Cc: stable@vger.kernel.org # v4.14+ Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>