]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Increment the reference count of an already-active stack.
authorJoel Becker <Joel.Becker@oracle.com>
Fri, 22 Aug 2008 21:30:10 +0000 (14:30 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 25 Aug 2008 14:29:47 +0000 (07:29 -0700)
commitd6817cdbd143f87f9d7c59a4c3194091190eeb84
tree5744bb0cb5d3083f37674d845576d61431b4ebb3
parentde6bf18e9ce0df807dab08cff08751cac383429d
ocfs2: Increment the reference count of an already-active stack.

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>
fs/ocfs2/stackglue.c