08:29:28 [illumos-gate] 17763 Fix -Wuse-after-free warning in dbuf_destroy() -- Brian Behlendorf 22:16:48 i must be having a brain fart.. if I want to issue a DKIOCFLUSHWRITECACHE ioctl to a disk, which disk node does it need to be? I thought the /dev/dsk/..p0 node should work since it's the whole disk (and IIRC the node without any slice or partition only happens with UEFI disks) 22:17:40 but it's showing ENOTTY (I also tried the /dev/rdsk/...p0 node) 22:19:41 (I'm trying to write directly to a partition w/o a fs on it, and want to flush the disk cache to ensure ordering)