summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-06-08 15:53:20 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-08 22:39:48 +0300
commit2d78b3c1ec6299654d3857928db718c64e62d494 (patch)
tree8d695cd1417cba0d0a5c2ecef41b45fb57a1e1fb /include
parent2b692c2e9be1c41fd450db0bace2141e3ba8fa27 (diff)
downloadlinux-2d78b3c1ec6299654d3857928db718c64e62d494.tar.xz
lustre: lov: Drop rq_buflen field
The rq_buflen field of the lov_request structure is never initialized. It is only used in the free of req->rq_oi.oi_md in lov_finish_set. But no oi_md field is ever initialized to the result of calling OBD_ALLOC_LARGE. So it seems that the call to OBD_FREE_LARGE in lov_finish_set and the rq_buflen in the lov_request structure are simply not needed. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions