commit | 99fb19d49ecbeb390e023f58867c227a15f422f7 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Mar 22 15:03:54 2010 +0300 |
committer | David Teigland <teigland@redhat.com> | Fri Apr 30 14:52:28 2010 -0500 |
tree | 80560a57aa2b588ceaff2f65073c250c3bb317a1 | |
parent | be1066bbcd443a65df312fdecea7e4959adedb45 [diff] |
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 <error27@gmail.com> Signed-off-by: David Teigland <teigland@redhat.com>