Re: [PATCH 01/14] staging/lustre/ldlm: Drop unused blocking_refs flock field

2016-11-06 Thread James Simmons

> blocking_refs is only used on the server, so drop it on the client.

Reviewed-by: James Simmons 
 
> Signed-off-by: Oleg Drokin 
> ---
>  drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> 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;
>  };
>  
> -- 
> 2.7.4
> 
> 
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 01/14] staging/lustre/ldlm: Drop unused blocking_refs flock field

2016-11-02 Thread Oleg Drokin
blocking_refs is only used on the server, so drop it on the client.

Signed-off-by: Oleg Drokin 
---
 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 --
 1 file changed, 2 deletions(-)

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;
 };
 
-- 
2.7.4

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel