]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc175ea8a885f40c23673a2e2fba626b86078d0f
tree1e54cf5834b4857da7fd6f9d9f6f972a009f6a60
parent5102f833b95a5a4d6f0dcd79af41c27d5bdd4c5b
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