staging/lustre/osc: remove obsolete llog handling code
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 5 Sep 2014 20:08:09 +0000 (15:08 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 19:37:04 +0000 (12:37 -0700)
commitdd45f477f56f92b4af5e902467914787d836d0aa
tree1e54cf5834b4857da7fd6f9d9f6f972a009f6a60
parent5a659b6370665cc52d294c6024b9c17f53cb6c94
staging/lustre/osc: remove obsolete llog handling code

In osc_request.c there is no reason to handle any llog contexts since
they are never setup. Remove the functions unused function
osc_llog_init() and the obsolete function osc_llog_finish(). Remove
the llog cleanup code in osc_disconnect() and osc_precleanup().

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