Re: Vnode API cleanup pass 2a

2014-01-13 Thread J . Hannken-Illjes
On Jan 13, 2014, at 8:39 AM, David Holland dholland-t...@netbsd.org wrote: On Tue, Jan 07, 2014 at 11:30:40AM +0100, J. Hannken-Illjes wrote: (also, while this is minor I think I'd rather have vop_mkdir_args_v2 and/or vop_mkdir_desc_v2 rather than vop_mkdir2_args and vop_mkdir2_desc. The

Re: Vnode API cleanup pass 2a

2014-01-13 Thread David Holland
On Mon, Jan 13, 2014 at 04:06:02PM +0100, J. Hannken-Illjes wrote: [various nfs stuff] Yeah, I'm not sure what to make of that either. The reference implementation from Solaris is not atomic: VOP_MKDIR(dvp, vp) VOP_GETATTR(vp) makefh(vp) VN_RELE(vp) VN_RELE(dvp) They