]> xenbits.xensource.com Git - people/dstodden/blktap.git/commitdiff
CP-1840: Hush tap-ctl stats calls.
authorDaniel Stodden <daniel.stodden@citrix.com>
Wed, 1 Sep 2010 00:27:34 +0000 (17:27 -0700)
committerDaniel Stodden <daniel.stodden@citrix.com>
Wed, 1 Sep 2010 00:27:34 +0000 (17:27 -0700)
Also, not allowing client reentries is fatally wrong.

drivers/tapdisk-control.c

index baba082c3029aed7e27fc474505b0c2926825ad9..2367393a33151454c022559060ab2df674409e56 100644 (file)
@@ -988,7 +988,7 @@ struct tapdisk_control_info message_infos[] = {
        },
        [TAPDISK_MESSAGE_STATS] = {
                .handler = tapdisk_control_stats,
-               .flags   = TAPDISK_MSG_VERBOSE,
+               .flags   = TAPDISK_MSG_REENTER,
        },
 };