mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
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>
This commit is contained in:
parent
388b45377d
commit
e4b739abf1
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user