block: remove the -ERESTARTSYS handling in blkdev_get_by_dev
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Apr 2021 08:03:18 +0000 (10:03 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Apr 2021 12:55:31 +0000 (06:55 -0600)
commita8ed1a0607cfa5478ff6009539f44790c4d0956d
treee6261b248dd0594691e1eb7aac80caf5a61d5102
parentcee1b21523495ea3f153442d97d1689a17967648
block: remove the -ERESTARTSYS handling in blkdev_get_by_dev

Now that md has been cleaned up we can get rid of this hack.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/block_dev.c