block: remove per-queue plugging
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / aio.c
index fc557a3be0a9af055a9a9505d3c161a77a7f2129..c5ea494ea9e248a7c82b9bf98a967df9f430221f 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1550,9 +1550,11 @@ static void aio_batch_free(struct hlist_head *batch_hash)
        struct hlist_node *pos, *n;
        int i;
 
+       /*
+        * TODO: kill this
+        */
        for (i = 0; i < AIO_BATCH_HASH_SIZE; i++) {
                hlist_for_each_entry_safe(abe, pos, n, &batch_hash[i], list) {
-                       blk_run_address_space(abe->mapping);
                        iput(abe->mapping->host);
                        hlist_del(&abe->list);
                        mempool_free(abe, abe_pool);