diff options
author | Oleg Drokin <green@linuxhacker.ru> | 2016-11-03 02:24:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-07 11:36:45 +0100 |
commit | e4b739abf125e81022591b5557276b219d320d82 (patch) | |
tree | 8785541f576d5d8ed056fe9c6e173d678863c3bd /drivers | |
parent | staging: wlan-ng: remove unnecessary blank line (diff) | |
download | linux-e4b739abf125e81022591b5557276b219d320d82.tar.xz linux-e4b739abf125e81022591b5557276b219d320d82.zip |
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 <green@linuxhacker.ru>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_dlm.h b/drivers/staging/lustre/lustre/include/lustre_dlm.h index 1c6b7b838c7b..f770b864a5c6 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; }; |