From: Julia Lawall Date: Mon, 8 Jun 2015 12:53:18 +0000 (+0200) Subject: lustre: lov: Drop lov_lock_handles structure X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd18211d645a8af72396238c3df5b62049a6b1e;p=pandora-kernel.git lustre: lov: Drop lov_lock_handles structure The lov_lock_handles structure is only used as the type of the field set_lockh in the lov_request_set structure, and this field is never set to any value. Drop a test and free of this field in lov_finish_set. This change enables also removing the functions lov_handle2llh and lov_llh_put that manipulate values of type lov_lock_handles, but are now never called. Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed