commit | e7c58e974a0318fcca5368e7b3570e10e9ae9028 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Nov 20 13:22:24 2010 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Nov 22 13:24:44 2010 -0500 |
tree | de7c5bf4d565ce0365af6fe1d82bd035deb37024 | |
parent | 5c346854d8ce6ca91931f8fc9177934257a667d0 [diff] |
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 <Trond.Myklebust@netapp.com>