]> git.baikalelectronics.ru Git - kernel.git/commit
pNFS: Fix RCU lock leakage
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 11 Apr 2020 15:37:18 +0000 (11:37 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 11 Apr 2020 15:42:35 +0000 (11:42 -0400)
commit35eb630a4c168a530a5b79d494207c921d8c39ce
tree518dcc0dc20f9eaf042341b073671283af124831
parent52b4c0cdf0e150da12e41257f0261e955c8c9f31
pNFS: Fix RCU lock leakage

Another brown paper bag moment. pnfs_alloc_ds_commits_list() is leaking
the RCU lock.

Fixes: 6fea688500ae ("pNFS: Add infrastructure for cleaning up per-layout commit structures")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/pnfs_nfs.c