Re: [PATCH] udf: Fix to check the return value of load_nls

2019-03-19 Thread Jan Kara
On Mon 18-03-19 21:59:49, Aditya Pakki wrote: > load_nls may fail and return an error message. The patch checks > for such a scenario and passes the error upstream. > > Signed-off-by: Aditya Pakki Thanks for the patch! But there's other code handling nls_map in udf_fill_super() which takes care

[PATCH] udf: Fix to check the return value of load_nls

2019-03-18 Thread Aditya Pakki
load_nls may fail and return an error message. The patch checks for such a scenario and passes the error upstream. Signed-off-by: Aditya Pakki --- fs/udf/super.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/udf/super.c b/fs/udf/super.c index ffd8038ff728..1a38271de6d9 100644 --- a/fs