summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-02-19 11:27:54 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-02-19 11:27:54 +1100
commitc707c965bcb8caec7ab3e5fcc950fe747b4b12fe (patch)
tree4c8f0cb89400e7de178760cfb63d98fd5746bef5
parente5b064a613519d327b40051e76855537e7d0c208 (diff)
parenta1d1e9be5a1dafe0ddc2181a9201c2ae29c71eff (diff)
Merge remote-tracking branch 'nfsd/nfsd-next'
-rw-r--r--net/sunrpc/auth_gss/gss_rpc_upcall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/gss_rpc_upcall.c b/net/sunrpc/auth_gss/gss_rpc_upcall.c
index abbb7dcd168..59eeed43eda 100644
--- a/net/sunrpc/auth_gss/gss_rpc_upcall.c
+++ b/net/sunrpc/auth_gss/gss_rpc_upcall.c
@@ -217,6 +217,8 @@ static void gssp_free_receive_pages(struct gssx_arg_accept_sec_context *arg)
for (i = 0; i < arg->npages && arg->pages[i]; i++)
__free_page(arg->pages[i]);
+
+ kfree(arg->pages);
}
static int gssp_alloc_receive_pages(struct gssx_arg_accept_sec_context *arg)