Re: [PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-09 Thread Jan Kara
On Thu 09-04-15 10:37:42, Jan Kara wrote: > On Wed 08-04-15 21:23:55, Fabian Frederick wrote: > > Only callsite udf_get_filename() now returns > > error code as well. > Did same modification as in the previous patch. Otherwise OK, so I've > merged the patch. The resulting patch is attached for

Re: [PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:55, Fabian Frederick wrote: > Only callsite udf_get_filename() now returns > error code as well. Did same modification as in the previous patch. Otherwise OK, so I've merged the patch. Honza > > Suggested-by:

Re: [PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-09 Thread Jan Kara
On Thu 09-04-15 10:37:42, Jan Kara wrote: On Wed 08-04-15 21:23:55, Fabian Frederick wrote: Only callsite udf_get_filename() now returns error code as well. Did same modification as in the previous patch. Otherwise OK, so I've merged the patch. The resulting patch is attached for

Re: [PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:55, Fabian Frederick wrote: Only callsite udf_get_filename() now returns error code as well. Did same modification as in the previous patch. Otherwise OK, so I've merged the patch. Honza Suggested-by: Jan

[PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-08 Thread Fabian Frederick
Only callsite udf_get_filename() now returns error code as well. Suggested-by: Jan Kara Signed-off-by: Fabian Frederick --- fs/udf/unicode.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c index 9008a36..488a838 100644 ---

[PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS()

2015-04-08 Thread Fabian Frederick
Only callsite udf_get_filename() now returns error code as well. Suggested-by: Jan Kara j...@suse.cz Signed-off-by: Fabian Frederick f...@skynet.be --- fs/udf/unicode.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c index