]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: Increment the reference count of an already-active stack.
authorJoel Becker <Joel.Becker@oracle.com>
Wed, 10 Sep 2008 13:27:07 +0000 (06:27 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Oct 2008 03:22:58 +0000 (20:22 -0700)
commit2e8e9ac3bd989d4a654b7750e04a6ce5f60b0dc5
treefd51f8a2f48d0e608165ec3b614bd5e214571912
parent90af668a965fd4732996274c7babfc63b090ddf0
ocfs2: Increment the reference count of an already-active stack.

commit d6817cdbd143f87f9d7c59a4c3194091190eeb84 upstream

The ocfs2_stack_driver_request() function failed to increment the
refcount of an already-active stack.  It only did the increment on the
first reference.  Whoops.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Tested-by: Marcos Matsunaga <marcos.matsunaga@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ocfs2/stackglue.c