提交 e4b739ab 编写于 作者: O Oleg Drokin 提交者: Greg Kroah-Hartman

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: NOleg Drokin <green@linuxhacker.ru>
Reviewed-by: NJames Simmons <jsimmons@infradead.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 388b4537
...@@ -550,8 +550,6 @@ struct ldlm_flock { ...@@ -550,8 +550,6 @@ struct ldlm_flock {
__u64 owner; __u64 owner;
__u64 blocking_owner; __u64 blocking_owner;
struct obd_export *blocking_export; struct obd_export *blocking_export;
/* Protected by the hash lock */
__u32 blocking_refs;
__u32 pid; __u32 pid;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册