Re: VOP_PARSEPATH?

2016-04-16 Thread David Holland
because "foo/rsrc" on an hfs volume appears to netbsd as "foo:rsrc". Also, Linux seems to use the same hack so we should probably keep it. >- Is it reasonable to add a flag (to either vnodes or the whole fs) > saying that VOP_PARSEPATH is needed, and only call it in

VOP_PARSEPATH?

2016-04-16 Thread David Holland
#x27;s going to consume the rest of the path without warning. I think the way to deal with this is to add a VOP_PARSEPATH that decides how much of the pathname string to consume, and then in namei call that first so it'll still be possible to decide whether to stop. The default parsepath would