block: check bdev_read_only() from blkdev_get()
authorTejun Heo <[email protected]>
Sat, 13 Nov 2010 10:55:17 +0000 (11:55 +0100)
committerTejun Heo <[email protected]>
Sat, 13 Nov 2010 10:55:17 +0000 (11:55 +0100)
commit75f1dc0d076d1c1168f2115f1941ea627d38bd5a
treeaf12858b842579e8924b30cb636b96fcca6f46b1
parent6a027eff62f6ae32d49f2ae5dadd6f4eee1ddae2
block: check bdev_read_only() from blkdev_get()

bdev read-only status can be queried using bdev_read_only() and may
change while the device is being opened.  Enforce it by checking it
from blkdev_get() after open succeeds.

This makes bdev_read_only() check in open_bdev_exclusive() and
fsg_lun_open() unnecessary.  Drop them.

Signed-off-by: Tejun Heo <[email protected]>
Cc: David Brownell <[email protected]>
Cc: [email protected]
drivers/usb/gadget/storage_common.c
fs/block_dev.c