]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/dnode.h
Remove incorrect (and inappropriate) comment in dprintf_dnode
[mirror_zfs.git] / include / sys / dnode.h
index 6355aaa5020880c0ad8a6d34c91fa332e4e534bd..accbe6945e27c2e3bdf2bf8ae682ef538b99b584 100644 (file)
@@ -589,11 +589,6 @@ extern dnode_stats_t dnode_stats;
 
 #ifdef ZFS_DEBUG
 
-/*
- * There should be a ## between the string literal and fmt, to make it
- * clear that we're joining two strings together, but that piece of shit
- * gcc doesn't support that preprocessor token.
- */
 #define        dprintf_dnode(dn, fmt, ...) do { \
        if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
        char __db_buf[32]; \