aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/dnode.h
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-06-05 16:02:41 +0200
committerBrian Behlendorf <[email protected]>2021-07-26 12:07:53 -0700
commit037af3e0d403e3850c5d4b0bc4854911013a6a15 (patch)
tree7a3a1377bcae57eb08348a18ddd5d0058802df0a /include/sys/dnode.h
parent2c69ba6444ad5c1eb54342964149c3095504c401 (diff)
Remove NOTE(CONSTCOND) and note.h
These were mostly used to annotate do {} while(0)s Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Issue #12201
Diffstat (limited to 'include/sys/dnode.h')
-rw-r--r--include/sys/dnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/dnode.h b/include/sys/dnode.h
index 2cdc5b879..e7cccd044 100644
--- a/include/sys/dnode.h
+++ b/include/sys/dnode.h
@@ -607,7 +607,7 @@ extern dnode_stats_t dnode_stats;
dprintf_ds((dn)->dn_objset->os_dsl_dataset, "obj=%s " fmt, \
__db_buf, __VA_ARGS__); \
} \
-_NOTE(CONSTCOND) } while (0)
+} while (0)
#define DNODE_VERIFY(dn) dnode_verify(dn)
#define FREE_VERIFY(db, start, end, tx) free_verify(db, start, end, tx)