Re: [PATCH 07/12] xen/hypfs: pass real failure reason up from hypfs_get_entry()

2020-11-17 Thread Jan Beulich
On 26.10.2020 10:13, Juergen Gross wrote: > Instead of handling all errors from hypfs_get_entry() as ENOENT pass > up the real error value via ERR_PTR(). > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich

[PATCH 07/12] xen/hypfs: pass real failure reason up from hypfs_get_entry()

2020-10-26 Thread Juergen Gross
Instead of handling all errors from hypfs_get_entry() as ENOENT pass up the real error value via ERR_PTR(). Signed-off-by: Juergen Gross --- xen/common/hypfs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xen/common/hypfs.c b/xen/common/hypfs.c index e655e8cfc