lc_destroy
lc_destroy(device->act_log);
lc_destroy(device->resync);
lc_destroy(n);
lc_destroy(t);
lc_destroy(resync_lru);
lc_destroy(device->resync);
lc_destroy(device->act_log);
extern void lc_destroy(struct lru_cache *lc);
EXPORT_SYMBOL(lc_destroy);