Skip to content
Commit c9ce2283 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds
Browse files

[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: default avatarNeil Brown <neilb@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 575d5e72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment