Re: [PATCH] mg_disk: remove deprecated IRQF_DISABLED

2013-10-15 Thread Jens Axboe
On Sat, Oct 12 2013, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP since 2.6.35 and it will be removed one day. Thanks, added for 3.13. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] mg_disk: remove deprecated IRQF_DISABLED

2013-10-11 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/block/mg_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/block/mg_disk.c b/drivers/block/mg_d