OSDN Git Service

staging/lustre/mgc: inline mgc_cancel()
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 5 Sep 2014 20:08:13 +0000 (15:08 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 19:37:04 +0000 (12:37 -0700)
commit8d3d984825a83fcf8983a7fe05bdd11aaf716ab7
treed7a7b4e8a9c585d8fefdda48e4e2fd5892e9b3b9
parent903af1188e953fee851951cf528e3edc794cbe8a
staging/lustre/mgc: inline mgc_cancel()

The function mgc_cancel() is never invoked as an OBD device method and
is only called directly from mgc_process_log() so remove it.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mgc/mgc_request.c