block: hd: remove deprecated IRQF_DISABLED
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Wed, 1 Oct 2014 10:07:07 +0000 (12:07 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 1 Oct 2014 14:16:07 +0000 (08:16 -0600)
This patch removes the use of the IRQF_DISABLED flag
from drivers/block/hd.c

It's a NOOP since 2.6.35 and it will be removed one day.

This also removes a related comment which is obsolete too.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found