target: Remove obsolete DF_READ_ONLY usage
authorNicholas Bellinger <nab@linux-iscsi.org>
Wed, 21 Mar 2012 04:26:48 +0000 (21:26 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 14 Apr 2012 23:04:58 +0000 (16:04 -0700)
This was used at one time as a hack by FILEIO backend registration to
allow a struct block_device that was claimed with blkdev_get (by a local
filesystem mount for example) to be exported as read-only (SCSI WP=1).

Since FILEIO backend registration will no longer attempt to obtain
exclusive access to an underlying struct block_device here, this flag is
now obsolete.

Reported-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found