X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=block%2Fblk-softirq.c;h=06cf9807f49a3be1742a632f9be61c0232fcaf5c;hb=a28ad14e057b6ec2ad9a8b09a44aa859d79c0ff8;hp=96631e6a22b9628f124eb7d0b106261d43cfb21f;hpb=ae50a840e779d48aa4dea2aaec1778f6b3f1d67f;p=cascardo%2Flinux.git diff --git a/block/blk-softirq.c b/block/blk-softirq.c index 96631e6a22b9..06cf9807f49a 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c @@ -18,7 +18,7 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_done); * Softirq action handler - move entries to local list and loop over them * while passing them to the queue registered handler. */ -static void blk_done_softirq(struct softirq_action *h) +static __latent_entropy void blk_done_softirq(struct softirq_action *h) { struct list_head *cpu_list, local_list;