Re: [PATCH] bdi: Fix error return code in alloc_wbufs()

2020-11-23 Thread Sascha Hauer
On Sun, Nov 15, 2020 at 04:23:43PM +0800, Wang ShaoBo wrote: > Fix to return PTR_ERR() error code from the error handling case instead > fo 0 in function alloc_wbufs(), as done elsewhere in this function. > > Fixes: 6a98bc4614de ("ubifs: Add authentication nodes to journal") > Signed-off-by: Wang

[PATCH] bdi: Fix error return code in alloc_wbufs()

2020-11-15 Thread Wang ShaoBo
Fix to return PTR_ERR() error code from the error handling case instead fo 0 in function alloc_wbufs(), as done elsewhere in this function. Fixes: 6a98bc4614de ("ubifs: Add authentication nodes to journal") Signed-off-by: Wang ShaoBo --- fs/ubifs/super.c | 4 +++- 1 file changed, 3