Remove extra thread_exit() call left after r329802.

spa_condense_indirect_thread() is no longer a thread function, but just
a callback for new zthr KPI.

Submitted by:	allanjude
Approved by:	re (gjb)
MFC after:	3 days
This commit is contained in:
Alexander Motin 2018-10-10 16:34:53 +00:00
parent 0693b1d2a9
commit 7a492ba93c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339288

View File

@ -723,7 +723,6 @@ spa_condense_indirect_thread(void *arg, zthr_t *zthr)
ZFS_SPACE_CHECK_EXTRA_RESERVED));
return (0);
thread_exit();
}
/*