On Thu, 2010-07-01 at 12:17 -0400, Chuck Lever wrote: > On 06/30/10 05:25 PM, Trond Myklebust wrote: > > > > +static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struct compound_hdr *hdr) > > +{ > > + __be32 *p; > > + > > + p = reserve_space(xdr, 4); > > + *p++ = cpu_to_be32(OP_RELEASE_LOCKOWNER); > > Nit: *p++ isn't needed here. *p will do. True. I'll fix that up. Thanks! Trond -- 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