commit | 3362177fe1b7c23ee8497ee720ab4d6f6ba0b840 | [log] [tgz] |
---|---|---|
author | Marc-André Hébert <hebert.marcandre@gmail.com> | Mon Jan 31 12:31:24 2011 -0500 |
committer | Chris Ball <cjb@laptop.org> | Tue Mar 15 13:48:23 2011 -0400 |
tree | 2a8d0e82d943316a0691a9e030963c5ded831779 | |
parent | 709de99df0ecf3102e7728fbd876a3591859f423 [diff] |
mmc: Fix the block device read only flag While the MMC handled the card's read only flag correctly on open, it did not setup the flag in the allocated disk structure. The consequence being that probing the /sys/class/block/mmcblkX/ro attribute always reported 0. Signed-off-by: Marc-Andre Hebert <hebert.marcandre@gmail.com> Reviewed-by: Chris Ball <cjb@laptop.org> Tested-by: Chris Ball <cjb@laptop.org> Signed-off-by: Chris Ball <cjb@laptop.org>