]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitfc2021fb9baf9ed375c8161b40b68e120e75c60e
treea338bf56f6d6ea875f8223648bb7ba464154eb2c
parente9f05b4cfed38d0e57b0a705a7f480cfbe0c3247
block: hd: remove deprecated IRQF_DISABLED

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>
drivers/block/hd.c