Whamcloud - gitweb
LU-2675 llog: remove obd_llog_init() and obd_llod_finish() 81/11781/2
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 5 Sep 2014 17:23:14 +0000 (12:23 -0500)
committerAndreas Dilger <andreas.dilger@intel.com>
Sat, 25 Oct 2014 00:18:10 +0000 (00:18 +0000)
commit9711e0dff8dcf2c7d454245461208124e819bdb6
tree0b8eb3269c0107d685cb828044fdfe9c5e6cf7cf
parent96a86862d7ea6bb1a7f39b65817fed4a71872d4f
LU-2675 llog: remove obd_llog_init() and obd_llod_finish()

Since the OBD methods obd_llog_init() and obd_llod_finish() are only
called from MDC we remove them and just call mdc_llog_init() and
mdc_llog_finish() directly. Also simplify the prototypes the latter
functions according to their uses.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I56f906eacedaa4e2f90742fb129b4d578751a524
Reviewed-on: http://review.whamcloud.com/11781
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/include/lustre_log.h
lustre/include/obd.h
lustre/mdc/mdc_request.c
lustre/obdclass/llog_obd.c
lustre/obdclass/lprocfs_status_server.c