commit | dd45f477f56f92b4af5e902467914787d836d0aa | [log] [tgz] |
---|---|---|
author | John L. Hammond <john.hammond@intel.com> | Fri Sep 05 15:08:09 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 12:37:04 2014 -0700 |
tree | 1e54cf5834b4857da7fd6f9d9f6f972a009f6a60 | |
parent | 5a659b6370665cc52d294c6024b9c17f53cb6c94 [diff] |
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>