]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/lustre/ldlm: Drop unused blocking_refs flock field
authorOleg Drokin <green@linuxhacker.ru>
Thu, 3 Nov 2016 01:24:51 +0000 (21:24 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 10:36:45 +0000 (11:36 +0100)
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>
drivers/staging/lustre/lustre/include/lustre_dlm.h

index 1c6b7b838c7bd27bd9ef0bf8f1c8ab7887c339b0..f770b864a5c6d619787dce1365267bf81a26ceb9 100644 (file)
@@ -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;
 };