On Tue, Feb 27, 2001 at 03:04:32PM -0800, H . J . Lu wrote:
> >     entry->prev_cookie = entry->cookie;
> > -   p = xdr_decode_hyper(p, &entry->cookie);
> > +   p = xdr_decode_hyper(p, cookie);
> > +   entry->cookie = nfs_transform_cookie64(cookie);
> 
> I don't understand this. As far as I can tell, "cookie" is not
> initialized at all. Even if it is initialized, what does
> 
>       p = xdr_decode_hyper(p, cookie);
> 

Trond, I think you missed

        p = xdr_decode_hyper(p, &cookie);
                                ^

Yes, it does seem to work.


-- 
H.J. Lu ([EMAIL PROTECTED])
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to