]> granicus.if.org Git - zfs/commit
Remove incorrect (and inappropriate) comment in dprintf_dnode
authorMatthew Ahrens <mahrens@delphix.com>
Thu, 2 May 2019 00:32:54 +0000 (17:32 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 2 May 2019 00:32:54 +0000 (17:32 -0700)
commit6bdefad311a87452b557febd5be33b627775a006
tree7c1faba0b92f8921f0e4e9e7db48acb627cdd896
parent2a15c00f89468dde08ef48f2d6a3df223c60e723
Remove incorrect (and inappropriate) comment in dprintf_dnode

This comment seems to misunderstand the ## preprocessor token, which
does token concatenation.  It is not needed here, since we are
concatenating string literals, which is performed by putting the
literals next to each other.

Additionally, the comment uses offensive language.

Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #8698
Closes #8699
include/sys/dnode.h