On Mon, Dec 09, 2013 at 06:10:53PM +0800, Kinglong Mee wrote: > Since defined in Linux-2.6.12-rc2, READTIME has not been used. Thanks, applying.--b. > > Signed-off-by: Kinglong Mee <kinglongmee@xxxxxxxxx> > --- > fs/nfsd/nfs4xdr.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c > index ee7237f..fd48536 100644 > --- a/fs/nfsd/nfs4xdr.c > +++ b/fs/nfsd/nfs4xdr.c > @@ -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); \ > -- > 1.8.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html