commit | cbd445d9a9bdb7020beee2477577b9472cca60be | [log] [tgz] |
---|---|---|
author | Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp> | Tue Apr 07 17:34:10 2020 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Wed Apr 22 20:14:05 2020 +0900 |
tree | dc6d19cca6a135b08e21df23b3cd7ff9a0d3ee4b | |
parent | b0516833d8096c40ead3169c90d87392fb5f8f45 [diff] |
exfat: remove 'bps' mount-option remount fails because exfat_show_options() returns unsupported option 'bps'. > # mount -o ro,remount > exfat: Unknown parameter 'bps' To fix the problem, just remove 'bps' option from exfat_show_options(). Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>