--- 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
> 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
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