mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
staging: lustre: lov: remove dead code
This #if 0 block has been commented out for years. Assume it is not needed and remove it. Signed-off-by: Dmitriy Cherkasov <dmitriy@oss-tech.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6e3ff3c2b3
commit
786d897ced
@@ -881,12 +881,6 @@ static const struct cl_io_operations lov_empty_io_ops = {
|
||||
.op = {
|
||||
[CIT_READ] = {
|
||||
.cio_fini = lov_empty_io_fini,
|
||||
#if 0
|
||||
.cio_iter_init = LOV_EMPTY_IMPOSSIBLE,
|
||||
.cio_lock = LOV_EMPTY_IMPOSSIBLE,
|
||||
.cio_start = LOV_EMPTY_IMPOSSIBLE,
|
||||
.cio_end = LOV_EMPTY_IMPOSSIBLE
|
||||
#endif
|
||||
},
|
||||
[CIT_WRITE] = {
|
||||
.cio_fini = lov_empty_io_fini,
|
||||
|
||||
Reference in New Issue
Block a user