From: Greg Banks Date: Mon, 19 Feb 2007 23:12:34 +0000 (+1100) Subject: [PATCH] Fix a free-wrong-pointer bug in nfs/acl server. X-Git-Tag: v2.6.21-rc1~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ce228306fda4448f5f495b4f36c07956f45acd;p=pandora-kernel.git [PATCH] Fix a free-wrong-pointer bug in nfs/acl server. Due to type confusion, when an nfsacl verison 2 'ACCESS' request finishes and tries to clean up, it calls fh_put on entiredly the wrong thing and this can cause an oops. Signed-off-by: Neil Brown Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed