Whamcloud - gitweb
LU-10855 llog: remove llog_cancel() 95/31795/5
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 27 Mar 2018 17:17:10 +0000 (12:17 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 17 May 2018 02:30:59 +0000 (02:30 +0000)
commit86cb7e80f2a573bb23a10ee9eebe3c7f525bd2d0
treed3730b6844c3f8cc716df29cdeaeeaec95b51f8d
parentd8cd83addf0020b971c50f6928badf885590742c
LU-10855 llog: remove llog_cancel()

Remove llog_cancel() and replace its sole use with a direct call to
llog_changelog_cancel(). Simplify the prototype of
llog_changelog_cancel() according to its use.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I32f5adf34ca10b918e5860e03ef0d8028c941697
Reviewed-on: https://review.whamcloud.com/31795
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/lustre_log.h
lustre/mdd/mdd_device.c
lustre/obdclass/llog_obd.c