summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_dev.c
diff options
context:
space:
mode:
authormaxv <maxv@NetBSD.org>2018-01-01 12:09:56 +0000
committermaxv <maxv@NetBSD.org>2018-01-01 12:09:56 +0000
commit17b73d88739888cf66bbc1bba935ce1c1f45401b (patch)
tree1e80739175baad063cf08f8f526ab8d0e5285328 /sys/dev/dm/dm_dev.c
parent34f2dfed1961f26f483c4f5a14f5427154546bb0 (diff)
Don't use macros, rather inline, much clearer.
For the record, I was partly mistaken in my previous commit: even though the macros were local, the function names were still the ones of the real callers. However, setting the name in m_data was not a good thing; this was a valid pointer, and the kernel could execute a long time before figuring out the mbuf was already freed - therefore making debugging more difficult. And information on the caller can be obtained via ddb anyway.
Diffstat (limited to 'sys/dev/dm/dm_dev.c')
0 files changed, 0 insertions, 0 deletions