Re: [PATCH 1/1 linux-next] udf: improve udf_get_filename() error management

2015-03-17 Thread Jan Kara
On Mon 16-03-15 21:20:23, Fabian Frederick wrote: > Let udf_get_filename() return errors instead of 0. > > udf_pc_to_char() now returns error accordingly. > udf_readdir() and udf_find_entry() process is done on > positive result. > > Note that error propagation has still to be done in the > later

[PATCH 1/1 linux-next] udf: improve udf_get_filename() error management

2015-03-16 Thread Fabian Frederick
Let udf_get_filename() return errors instead of 0. udf_pc_to_char() now returns error accordingly. udf_readdir() and udf_find_entry() process is done on positive result. Note that error propagation has still to be done in the later functions. Suggested-by: Jan Kara Signed-off-by: Fabian Frederi