Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kerne...
[pandora-kernel.git] / block / blk-core.c
index 6403c12..ea70e6c 100644 (file)
@@ -1387,8 +1387,10 @@ get_rq:
                                if (__rq->q != q)
                                        plug->should_sort = 1;
                        }
-                       if (request_count >= BLK_MAX_REQUEST_COUNT)
+                       if (request_count >= BLK_MAX_REQUEST_COUNT) {
                                blk_flush_plug_list(plug, false);
+                               trace_block_plug(q);
+                       }
                }
                list_add_tail(&req->queuelist, &plug->list);
                drive_stat_acct(req, 1);