Re: follow up on make-protid

2002-03-26 Thread James Morrison
--- Neal H Walfield <[EMAIL PROTECTED]> wrote: > > Here is the follow-up patch that allows netfs_make_protid to only set > errno > > on failure. > > I am not really interested in this patch: I think > netfs_make_{protid,peropen} should, in this regard, be changed to use > similar semantics as

Re: follow up on make-protid

2002-03-25 Thread Neal H Walfield
> Here is the follow-up patch that allows netfs_make_protid to only set errno > on failure. I am not really interested in this patch: I think netfs_make_{protid,peropen} should, in this regard, be changed to use similar semantics as their counterparts in libdiskfs, i.e. instead of returning a p

follow up on make-protid

2002-03-24 Thread James A Morrison
Hi, Here is the follow-up patch that allows netfs_make_protid to only set errno on failure. I've followed the examples uses of netfs_make_protid already in libnetfs, so this should confirm the interface for netfs_make_protid. I've included the diff for make-protid as well. I did a quic