aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorYanchuan Nian <ycnian@gmail.com>2013-03-10 22:43:26 -0400
committerJ. Bruce Fields <bfields@redhat.com>2013-04-03 11:48:33 -0400
commit9c6bdbb8dd58c8de8f36e1deb6b768918c85c249 (patch)
tree8c0e9ff2bdf73a7ed81d14ae753fcb5923487bd1 /fs/nfsd
parent2e4b7239a62a0c58664bf0cf73aea951b7e046fc (diff)
nfsd: remove unused macro in nfsv4
lk_rflags is never used anywhere, and rflags is not defined in struct nfsd4_lock. Signed-off-by: Yanchuan Nian <ycnian@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/xdr4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h
index be0a79d1dbcb..40e05e6d2518 100644
--- a/fs/nfsd/xdr4.h
+++ b/fs/nfsd/xdr4.h
@@ -184,7 +184,6 @@ struct nfsd4_lock {
184#define lk_old_lock_stateid v.old.lock_stateid 184#define lk_old_lock_stateid v.old.lock_stateid
185#define lk_old_lock_seqid v.old.lock_seqid 185#define lk_old_lock_seqid v.old.lock_seqid
186 186
187#define lk_rflags u.ok.rflags
188#define lk_resp_stateid u.ok.stateid 187#define lk_resp_stateid u.ok.stateid
189#define lk_denied u.denied 188#define lk_denied u.denied
190 189