]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/dtrace/sdt_subr.c
xnu-2782.1.97.tar.gz
[apple/xnu.git] / bsd / dev / dtrace / sdt_subr.c
index 82ab01989bd8db0cfb2d2c310ebd81a086602422..cde9701e49d00ad15ba6c7d32f2ad42db4be975e 100644 (file)
@@ -172,14 +172,14 @@ sdt_argdesc_t sdt_args[] = {
        { "io", "wait-done", 0, 0, "struct buf *", "bufinfo_t *" },
        { "io", "wait-done", 1, 0, "struct buf *", "devinfo_t *" },
        { "io", "wait-done", 2, 0, "struct buf *", "fileinfo_t *" },
-#if defined(__APPLE__)
+
+       /* APPLE NOTE: add vfs journaling support */
        { "io", "journal-start", 0, 0, "struct buf *", "bufinfo_t *" },
        { "io", "journal-start", 1, 0, "struct buf *", "devinfo_t *" },
        { "io", "journal-start", 2, 0, "struct buf *", "fileinfo_t *" },
        { "io", "journal-done", 0, 0, "struct buf *", "bufinfo_t *" },
        { "io", "journal-done", 1, 0, "struct buf *", "devinfo_t *" },
        { "io", "journal-done", 2, 0, "struct buf *", "fileinfo_t *" },
-#endif /* __APPLE__ */
 
        { "mib", NULL, 0, 0, "int", NULL },