From 903af1188e953fee851951cf528e3edc794cbe8a Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Fri, 5 Sep 2014 15:08:12 -0500 Subject: [PATCH] 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-format-patch failed