From: Dan Carpenter Date: Mon, 22 Mar 2010 12:03:54 +0000 (+0300) Subject: dlm: cleanup remove unused code X-Git-Tag: v2.6.35-rc1~464^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fb19d49ecbeb390e023f58867c227a15f422f7;p=pandora-kernel.git dlm: cleanup remove unused code Smatch complains because "lkb" is never NULL. Looking at it, the original code actually adds the new element to the end of the list fine, so we can just get rid of the if condition. This code is four years old and no one has complained so it must work. Signed-off-by: Dan Carpenter Signed-off-by: David Teigland --- Reading git-diff-tree failed