From: John L. Hammond Date: Fri, 5 Sep 2014 20:08:12 +0000 (-0500) Subject: staging/lustre/mdc: inline llog methods X-Git-Tag: fixes-for-v3.18-merge-window~15^2~782 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903af1188e953fee851951cf528e3edc794cbe8a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed