Re: [PATCH] io_uring: remove io_remove_personalities()

2020-12-23 Thread Yejune Deng
OK,I will adopt it and resubmit. On Wed, Dec 23, 2020 at 8:45 PM Pavel Begunkov wrote: > > On 23/12/2020 10:36, Stefano Garzarella wrote: > > On Wed, Dec 23, 2020 at 11:27:05AM +0800, Yejune Deng wrote: > >> The function io_remove_personalities() is very similar to > >> io_unregister_personality(

Re: [PATCH] io_uring: remove io_remove_personalities()

2020-12-23 Thread Pavel Begunkov
On 23/12/2020 10:36, Stefano Garzarella wrote: > On Wed, Dec 23, 2020 at 11:27:05AM +0800, Yejune Deng wrote: >> The function io_remove_personalities() is very similar to >> io_unregister_personality(),but the latter has a more reasonable >> return value. >> >> Signed-off-by: Yejune Deng >> --- >>

Re: [PATCH] io_uring: remove io_remove_personalities()

2020-12-23 Thread Stefano Garzarella
On Wed, Dec 23, 2020 at 11:27:05AM +0800, Yejune Deng wrote: The function io_remove_personalities() is very similar to io_unregister_personality(),but the latter has a more reasonable return value. Signed-off-by: Yejune Deng --- fs/io_uring.c | 25 ++--- 1 file changed, 6 ins

[PATCH] io_uring: remove io_remove_personalities()

2020-12-22 Thread Yejune Deng
The function io_remove_personalities() is very similar to io_unregister_personality(),but the latter has a more reasonable return value. Signed-off-by: Yejune Deng --- fs/io_uring.c | 25 ++--- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/fs/io_uring.c b/fs/