nfsd: get rid of unused macro definition
Since defined in Linux-2.6.12-rc2, READTIME has not been used. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
eba1c99ce4
commit
dfeecc829e
|
@ -103,11 +103,6 @@ xdr_error: \
|
|||
(x) = (u64)ntohl(*p++) << 32; \
|
||||
(x) |= ntohl(*p++); \
|
||||
} while (0)
|
||||
#define READTIME(x) do { \
|
||||
p++; \
|
||||
(x) = ntohl(*p++); \
|
||||
p++; \
|
||||
} while (0)
|
||||
#define READMEM(x,nbytes) do { \
|
||||
x = (char *)p; \
|
||||
p += XDR_QUADLEN(nbytes); \
|
||||
|
|
Loading…
Reference in New Issue