commit | c9ce228306fda4448f5f495b4f36c07956f45acd | [log] [tgz] |
---|---|---|
author | Greg Banks <gnb@sgi.com> | Tue Feb 20 10:12:34 2007 +1100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 19 16:13:28 2007 -0800 |
tree | 1af8af646a209757f1f1af4c2de590e8027b779d | |
parent | 575d5e72aab57beb6d5fa2a7d66be9fc681a5e00 [diff] |
[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>