From: Oleg Drokin Date: Thu, 3 Nov 2016 01:24:51 +0000 (-0400) Subject: staging/lustre/ldlm: Drop unused blocking_refs flock field X-Git-Tag: v4.14-rc1~1919^2~322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4b739abf125e81022591b5557276b219d320d82;p=platform%2Fkernel%2Flinux-rpi.git staging/lustre/ldlm: Drop unused blocking_refs flock field blocking_refs is only used on the server, so drop it on the client. Signed-off-by: Oleg Drokin Reviewed-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/lustre_dlm.h b/drivers/staging/lustre/lustre/include/lustre_dlm.h index 1c6b7b8..f770b86 100644 --- a/drivers/staging/lustre/lustre/include/lustre_dlm.h +++ b/drivers/staging/lustre/lustre/include/lustre_dlm.h @@ -550,8 +550,6 @@ struct ldlm_flock { __u64 owner; __u64 blocking_owner; struct obd_export *blocking_export; - /* Protected by the hash lock */ - __u32 blocking_refs; __u32 pid; };