|
Description
|
spa_prop_add_list() is a function that returns 0/-1 indicating
success. However, the nvlist is allocated with KM_SLEEP, so
none of the operations can actually fail. It might be worth
ASSERT()ing this fact, but it doesn't make sense to propagate
this error back to the caller.
|