Re: [PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:51, Fabian Frederick wrote: > udf_pc_to_char() now returns error accordingly. > udf_readdir() and udf_find_entry() process is done on > positive result. Thanks. Added to my tree with improved changelog. Honza

Re: [PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:51, Fabian Frederick wrote: udf_pc_to_char() now returns error accordingly. udf_readdir() and udf_find_entry() process is done on positive result. Thanks. Added to my tree with improved changelog. Honza

[PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails

2015-04-08 Thread Fabian Frederick
udf_pc_to_char() now returns error accordingly. udf_readdir() and udf_find_entry() process is done on positive result. Signed-off-by: Fabian Frederick --- fs/udf/dir.c | 2 +- fs/udf/namei.c | 3 ++- fs/udf/symlink.c | 3 +++ fs/udf/unicode.c | 12 +++- 4 files changed, 13

[PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails

2015-04-08 Thread Fabian Frederick
udf_pc_to_char() now returns error accordingly. udf_readdir() and udf_find_entry() process is done on positive result. Signed-off-by: Fabian Frederick f...@skynet.be --- fs/udf/dir.c | 2 +- fs/udf/namei.c | 3 ++- fs/udf/symlink.c | 3 +++ fs/udf/unicode.c | 12 +++- 4 files