Before trying to remount read only, see if block device responds to "become rw"
authorRob Landley <rob@landley.net>
Sun, 12 Apr 2015 11:17:11 +0000 (06:17 -0500)
committerRob Landley <rob@landley.net>
Sun, 12 Apr 2015 11:17:11 +0000 (06:17 -0500)
commit776aa3cb927f889a0481c2530128940c75984feb
tree8f5d1e946517170aebba657bca1ff2fdb6bb02d5
parente398112bdf7f4ced9388bb814697e35144e4a1a5
Before trying to remount read only, see if block device responds to "become rw"
ioctl(). (This is a thing Android's old mount already does.)
toys/lsb/mount.c