From: Julia Lawall Date: Mon, 8 Jun 2015 12:53:20 +0000 (+0200) Subject: lustre: lov: Drop rq_buflen field X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d78b3c1ec6299654d3857928db718c64e62d494;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed