]> git.baikalelectronics.ru Git - kernel.git/commit
lustre: lov: Drop unneeded set_oabufs and set_pga fields
authorJulia Lawall <Julia.Lawall@lip6.fr>
Mon, 8 Jun 2015 12:53:19 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 19:39:48 +0000 (12:39 -0700)
commit171e0f0ab4b1b7b8e09aa4fcf613c83687783175
tree11161b1afcfd27f6f8d705eb68d59c6eccad7138
parentf171d8fc79a6425ef0798f6f47655184d5f0d584
lustre: lov: Drop unneeded set_oabufs and set_pga fields

The fields set_oabufs and set_pga fields in the lov_request_set structure
are never set, so drop them.  Drop also the corresponding test and free in
lov_finish_set.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lov/lov_internal.h
drivers/staging/lustre/lustre/lov/lov_request.c