dlm: Delete an unnecessary variable initialisation in dlm_ls_start()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 07:56:55 +0000 (09:56 +0200)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Aug 2017 16:23:09 +0000 (11:23 -0500)
commit2ab93ae13822741432338c9d0917a6009e737a5a
treeaa49fc47afe4ce1be5e4e4474f8057f459a3c8f3
parentd12ad1a96434793a58d2b9bfef8eb54787034206
dlm: Delete an unnecessary variable initialisation in dlm_ls_start()

The local variable "rv" is reassigned by a statement at the beginning.
Thus omit the explicit initialisation.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/member.c