commit | 7cb9cd9aa2eafe869935d4168031f1ed376d924c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jul 17 10:11:11 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 15 11:54:46 2017 -0400 |
tree | 4c4c2028f5f65e0f5df1c0929a087e21eed7db21 | |
parent | 08fead2ae5a9953d47677416cc5f6bcae448480d [diff] |
NFS: Fix a reference and lock leak in nfs_lock_and_join_requests() Yes, this is a situation that should never happen (hence the WARN_ON) but we should still ensure that we free up the locks and references to the faulty pages. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>