commit | 903af1188e953fee851951cf528e3edc794cbe8a | [log] [tgz] |
---|---|---|
author | John L. Hammond <john.hammond@intel.com> | Fri Sep 05 15:08:12 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 12:37:04 2014 -0700 |
tree | 9ed30adbd5bd40871235ee224ce0285a4649984c | |
parent | 6b4015fa2154fe67934719af10f536b10b005734 [diff] |
staging/lustre/mdc: inline llog methods In mdc_setup() and mdc_precleanup() call mdc_llog_init() and mdc_llog_finish() directly rather than through the OBD method wrappers obd_llog_init() and obd_llod_finish(). Simplify the prototypes of mdc_llog_init() and mdc_llog_finish() according to their uses. Signed-off-by: John L. Hammond <john.hammond@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>