commit | 785dffe1daf95c176504dea3069c9df11af7ff15 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@icloud.com> | Sun Feb 25 21:25:07 2018 +0800 |
committer | Jan Kara <jack@suse.cz> | Fri Mar 02 14:23:12 2018 +0100 |
tree | c2fcc45cbd2e09ee2c1e0a2adc83fc9d205f31fa | |
parent | d09099051057bbae5e1a887167ad6189ac8bfca4 [diff] |
udf: fix potential refcnt problem of nls module When specifiying iocharset multiple times in a mount or once/multiple in a remount, current option parsing may cause inaccurate refcount of nls module. Also, in the failure cleanup of option parsing, the condition of calling unload_nls is not sufficient. Signed-off-by: Chengguang Xu <cgxu519@icloud.com> Signed-off-by: Jan Kara <jack@suse.cz>