commit | 862f35c94730c9270833f3ad05bd758a29f204ed | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Mar 29 20:06:45 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 01 13:37:56 2020 -0400 |
tree | e8ee285b8e6d318e14361ba392e08bc56bb20bb2 | |
parent | f02cec9d33e0069c11e58f97529c1d697255889d [diff] |
NFS: Fix memory leaks in nfs_pageio_stop_mirroring() If we just set the mirror count to 1 without first clearing out the mirrors, we can leak queued up requests. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>