On Wed, 1 Jun 2016 08:21:20 +0900 Minchan Kim <minchan@xxxxxxxxxx> wrote: > This patch introduces run-time migration feature for zspage. > > ... > > +static void kick_deferred_free(struct zs_pool *pool) > +{ > + schedule_work(&pool->free_work); > +} When CONFIG_ZSMALLOC=m, what keeps all the data structures in place during a concurrent rmmod? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>