diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2006-08-03 15:07:47 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-08-03 16:56:02 -0400 |
commit | f3d43c769d14b7065da7f62ec468b1fcb8cd6e06 (patch) | |
tree | bcecb5319c7395bec95a0ebbb730b3c293d7cceb /include/linux/lockd | |
parent | e4e20512cfe0bacec0764b4925889d1fa94644f9 (diff) | |
download | linux-next-f3d43c769d14b7065da7f62ec468b1fcb8cd6e06.tar.gz |
NLM/lockd: remove b_done
We never actually set the b_done field any more; it's always zero.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
(cherry picked from af8412d4283ef91356e65e0ed9b025b376aebded commit)
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/lockd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index aa4fe905bb4d..0d92c468d55a 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h @@ -123,7 +123,6 @@ struct nlm_block { unsigned int b_id; /* block id */ unsigned char b_queued; /* re-queued */ unsigned char b_granted; /* VFS granted lock */ - unsigned char b_done; /* callback complete */ struct nlm_file * b_file; /* file in question */ }; |