View | Details | Raw Unified
Collapse All | Expand All

(-) a/fs/nfsd/nfs3xdr.c (-1 / +1 lines)
 Lines 273-279    Link Here 
{
{
	struct svc_buf	*buf = &rqstp->rq_argbuf;
	struct svc_buf	*buf = &rqstp->rq_argbuf;
	return p - buf->base <= buf->buflen;
	return p >= buf->base && p <= buf->base + buf->buflen ;
}
}
static inline int
static inline int
(-) a/include/linux/nfsd/xdr3.h (-1 / +1 lines)
 Lines 41-47    Link Here 
	__u32			count;
	__u32			count;
	int			stable;
	int			stable;
	__u8 *			data;
	__u8 *			data;
	int			len;
	__u32			len;
};
};
struct nfsd3_createargs {
struct nfsd3_createargs {