commit | 24a386334f62b1f4e5f6209e8bbc0168168ba441 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Dec 21 18:24:45 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 21 15:49:06 2015 -0800 |
tree | 528e98e8db9baecb2277967b5a635062c90cd448 | |
parent | 3af7370ca16e33f80ebcfd0fe5be59ed6094c95a [diff] |
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>