The resize GEOM event has no references, thus cannot be canceled.

This commit is contained in:
Edward Tomasz Napierala 2012-07-16 17:41:38 +00:00
parent 8fe7677998
commit 9e9d445ed1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238534

View File

@ -615,8 +615,6 @@ g_resize_provider_event(void *arg, int flag)
off_t size;
g_topology_assert();
if (flag == EV_CANCEL)
return;
if (g_shutdown)
return;