]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: Delete an unnecessary variable initialisation in mgc_process_recover...
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 21 Dec 2015 17:24:45 +0000 (18:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:49:06 +0000 (15:49 -0800)
commite4213e033812d3cfe3f61c21f2aebcea4282ed1f
tree528e98e8db9baecb2277967b5a635062c90cd448
parent24ed55fd58d38aefbbe6dde2e3b99e7be6e93362
staging: lustre: Delete an unnecessary variable initialisation in mgc_process_recover_log()

The variable "mne_swab" will eventually be set to an appropriate value
from a call of the ptlrpc_rep_need_swab() function.
Thus let us omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mgc/mgc_request.c