ocfs2: remove unneeded lvb casts
authorMark Fasheh <mfasheh@suse.com>
Thu, 25 Dec 2008 00:03:48 +0000 (16:03 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:36 +0000 (08:40 -0800)
dlmglue.c has lots of code which casts the return value of ocfs2_dlm_lvb().
This is pointless however, as ocfs2_dlm_lvb() returns void *.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>

No differences found