From: Mark Fasheh Date: Thu, 25 Dec 2008 00:03:48 +0000 (-0800) Subject: ocfs2: remove unneeded lvb casts X-Git-Tag: v2.6.29-rc1~505^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a641dc2a5a1445eb4cb491080dfc41c42a9eb37d;p=pandora-kernel.git ocfs2: remove unneeded lvb casts 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 --- Reading git-diff-tree failed