From: Yanchuan Nian Date: Mon, 11 Mar 2013 02:43:26 +0000 (+0800) Subject: nfsd: remove unused macro in nfsv4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c6bdbb8dd58c8de8f36e1deb6b768918c85c249;p=linux-beck.git 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 Signed-off-by: J. Bruce Fields --- 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 { #define lk_old_lock_stateid v.old.lock_stateid #define lk_old_lock_seqid v.old.lock_seqid -#define lk_rflags u.ok.rflags #define lk_resp_stateid u.ok.stateid #define lk_denied u.denied