Fix the name of the data set item for the SYSUNINIT in RW_SYSINIT to use

'rw' instead of 'mtx'.  This should only be a cosmetic change rather than
a functional one.

Submitted by:	Alex Lyashkov <shadow AT itt dot net dot ru>
This commit is contained in:
John Baldwin 2006-06-23 19:36:50 +00:00
parent 555f86b8b6
commit d90db84797
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159897

View File

@ -169,7 +169,7 @@ struct rw_args {
}; \
SYSINIT(name##_rw_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
rw_sysinit, &name##_args); \
SYSUNINIT(name##_mtx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
rw_destroy, (rw))
/*