From: John L. Hammond Date: Thu, 7 Jul 2016 21:16:23 +0000 (-0400) Subject: LU-5814 lov: remove unused code X-Git-Tag: 2.8.56~40 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=2112bc0e8b54832c303008cfe53957b8a0019407;hp=2112bc0e8b54832c303008cfe53957b8a0019407 LU-5814 lov: remove unused code Remove: the tested but never set flag OBD_STATFS_PTLRPCD, the empty file lustre/lov/lovsub_io.c, the unused ld_emerg member of struct lov_device, the unused struct lov_device_emerg and supporting functions, the unused struct lov_lock_link and supporting functions, and the unused, get only, or set only members of struct lovsub_device, lovsub_lock, lov_sublock_env, lov_thread_info, lov_io_sub, lov_io, lov_request, and lov_request_set. Reduce the scope of several functions from lov_request.c. Signed-off-by: John L. Hammond Change-Id: I3f4e7c94b401b5f90f7577c6c65311bd586a06ba Reviewed-on: http://review.whamcloud.com/14878 Reviewed-by: Frank Zago Reviewed-by: Ben Evans Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin ---