From: Trond Myklebust Date: Mon, 27 Jul 2015 14:23:19 +0000 (-0400) Subject: NFS: Fix a memory leak in nfs_do_recoalesce X-Git-Tag: omap-for-v4.3/fixes-merge-window~179^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d5eb65b53889fe98a5ecddfe205c16e3093190;p=pandora-kernel.git NFS: Fix a memory leak in nfs_do_recoalesce If the function exits early, then we must put those requests that were not processed back onto the &mirror->pg_list so they can be cleaned up by nfs_pgio_error(). Fixes: a7d42ddb30997 ("nfs: add mirroring support to pgio layer") Cc: stable@vger.kernel.org # v4.0+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed