FSYNC_VFS seems to be used as vp->v_type == VBLK && vp->v_specmountpoint != NULL Is there more to it? (eg was it meant to mean "this fs implements vop_fsync"?) (ffs_update doesn't know about specnodes, but why should it?) P