kernel/include/linux/zpool.h
.. .. @@ -46,6 +46,8 @@ 46 46 47 47 void zpool_destroy_pool(struct zpool *pool); 48 48 49 +bool zpool_malloc_support_movable(struct zpool *pool);50 +49 51 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp, 50 52 unsigned long *handle); 51 53 .. .. @@ -90,6 +92,7 @@ 90 92 struct zpool *zpool); 91 93 void (*destroy)(void *pool); 92 94 95 + bool malloc_support_movable;93 96 int (*malloc)(void *pool, size_t size, gfp_t gfp, 94 97 unsigned long *handle); 95 98 void (*free)(void *pool, unsigned long handle);