From: Nicholas Bellinger Date: Wed, 21 Mar 2012 04:26:48 +0000 (-0700) Subject: target: Remove obsolete DF_READ_ONLY usage X-Git-Tag: v3.5-rc1~111^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d926187758f76647d68e2f51ce44e6ace81873;p=pandora-kernel.git target: Remove obsolete DF_READ_ONLY usage 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 Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed