[PATCH] Fix a free-wrong-pointer bug in nfs/acl server.
authorGreg Banks <gnb@sgi.com>
Mon, 19 Feb 2007 23:12:34 +0000 (10:12 +1100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 20 Feb 2007 00:13:28 +0000 (16:13 -0800)
commitc9ce228306fda4448f5f495b4f36c07956f45acd
tree1af8af646a209757f1f1af4c2de590e8027b779d
parent575d5e72aab57beb6d5fa2a7d66be9fc681a5e00
[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 <neilb@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/nfs2acl.c