| 9033 | } |
| 9034 | |
| 9035 | static void |
| 9036 | l2arc_blk_fetch_done(zio_t *zio) |
| 9037 | { |
| 9038 | l2arc_read_callback_t *cb; |
| 9039 | |
| 9040 | cb = zio->io_private; |
| 9041 | if (cb->l2rcb_abd != NULL) |
| 9042 | abd_put(cb->l2rcb_abd); |
| 9043 | kmem_free(cb, sizeof (l2arc_read_callback_t)); |
| 9044 | } |
| 9045 | |
| 9046 | /* |
| 9047 | * Find and write ARC buffers to the L2ARC device. |