Re: [PATCH 0/2] Fixes for mass_storage

2013-10-14 Thread Andrzej Pietrasiewicz
W dniu 15.10.2013 00:48, Felipe Balbi pisze: Hi, On Mon, Oct 14, 2013 at 11:21:45AM +0200, Andrzej Pietrasiewicz wrote: A short series to fix 2 issues: - use strtobool instead of kstrtouint with base 2 for: ro, nofua, cdrom, removable attrs (better fits the context and more flexible to users)

Re: [PATCH 0/2] Fixes for mass_storage

2013-10-14 Thread Felipe Balbi
Hi, On Mon, Oct 14, 2013 at 11:21:45AM +0200, Andrzej Pietrasiewicz wrote: > A short series to fix 2 issues: > > - use strtobool instead of kstrtouint with base 2 for: ro, nofua, cdrom, > removable attrs > (better fits the context and more flexible to users) > - setting a lun to be cdrom implies

[PATCH 0/2] Fixes for mass_storage

2013-10-14 Thread Andrzej Pietrasiewicz
A short series to fix 2 issues: - use strtobool instead of kstrtouint with base 2 for: ro, nofua, cdrom, removable attrs (better fits the context and more flexible to users) - setting a lun to be cdrom implies read-only and succeeds only if the lun is not open Andrzej Pietrasiewicz (2): usb/g