From: Trond Myklebust Date: Sat, 20 Nov 2010 18:22:24 +0000 (-0500) Subject: NFS: Fix a page leak in nfs_do_filldir() X-Git-Tag: v2.6.37-rc4~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c58e974a0318fcca5368e7b3570e10e9ae9028;p=pandora-kernel.git NFS: Fix a page leak in nfs_do_filldir() nfs_do_filldir() must always free desc->page when it is done, otherwise we end up leaking the page. Also remove unused variable 'dentry'. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed