Whamcloud - gitweb
LU-1302 llog: pass lu_env to the llog callback
authorMikhail Pershin <tappro@whamcloud.com>
Wed, 15 Aug 2012 11:47:20 +0000 (15:47 +0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Sep 2012 18:21:02 +0000 (14:21 -0400)
commitd14eabf637e32a541427e350d69d472adc76d261
tree0cf03d8cfc9cdf53b78b9c6f7830d6c32ec1100a
parent3925b3aa87aede47531fdf632e55bfdfb8947957
LU-1302 llog: pass lu_env to the llog callback

- Pass lu_env to he llog callback.
- Move cat_cancel_cb() to llog_cat.c to be with all
  other catalog functions.

Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Change-Id: Iedbc7953b461ba52b52680d7d709d27c6581f934
Reviewed-on: http://review.whamcloud.com/3649
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
17 files changed:
lustre/include/lustre_log.h
lustre/mdc/mdc_request.c
lustre/mdd/mdd_device.c
lustre/mdd/mdd_lproc.c
lustre/mds/mds_log.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_llog.c
lustre/obdclass/llog.c
lustre/obdclass/llog_cat.c
lustre/obdclass/llog_internal.h
lustre/obdclass/llog_ioctl.c
lustre/obdclass/llog_obd.c
lustre/obdclass/llog_test.c
lustre/obdclass/obd_config.c
lustre/obdfilter/filter_internal.h
lustre/obdfilter/filter_log.c
lustre/ptlrpc/sec_config.c