cifs: get rid of @noreq param in __dfs_cache_find()
[linux-2.6-microblaze.git] / mm / zbud.c
index c49966e..7ec5f27 100644 (file)
--- a/mm/zbud.c
+++ b/mm/zbud.c
@@ -203,6 +203,7 @@ static u64 zbud_zpool_total_size(void *pool)
 
 static struct zpool_driver zbud_zpool_driver = {
        .type =         "zbud",
+       .sleep_mapped = true,
        .owner =        THIS_MODULE,
        .create =       zbud_zpool_create,
        .destroy =      zbud_zpool_destroy,