Re: [PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-22 Thread Mukesh Ojha
On 3/21/2019 1:39 PM, Richard Weinberger wrote: Am Donnerstag, 21. März 2019, 08:54:55 CET schrieb Mukesh Ojha: Acked-by: Mukesh Ojha I guess you mean Reviewed-by? As i am unsure about future scope of this func. i.e why Acked. Acked-by is usually something I expect from the code author or

Re: [PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-21 Thread Richard Weinberger
Am Donnerstag, 21. März 2019, 08:54:55 CET schrieb Mukesh Ojha: > >> Acked-by: Mukesh Ojha > > I guess you mean Reviewed-by? > > As i am unsure about future scope of this func. i.e why Acked. Acked-by is usually something I expect from the code author or the person that owns the code. Thanks, /

Re: [PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-21 Thread Mukesh Ojha
On 3/21/2019 1:48 AM, Richard Weinberger wrote: Am Mittwoch, 20. März 2019, 21:05:37 CET schrieb Mukesh Ojha: On 3/20/2019 7:39 PM, Yue Haibing wrote: From: YueHaibing There is no callers in tree, and can be removed. Signed-off-by: YueHaibing --- fs/ubifs/auth.c | 18 --

Re: [PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-20 Thread Richard Weinberger
Am Mittwoch, 20. März 2019, 21:05:37 CET schrieb Mukesh Ojha: > > On 3/20/2019 7:39 PM, Yue Haibing wrote: > > From: YueHaibing > > > > There is no callers in tree, and can be removed. > > > > Signed-off-by: YueHaibing > > --- > > fs/ubifs/auth.c | 18 -- > > 1 file changed, 1

Re: [PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-20 Thread Mukesh Ojha
On 3/20/2019 7:39 PM, Yue Haibing wrote: From: YueHaibing There is no callers in tree, and can be removed. Signed-off-by: YueHaibing --- fs/ubifs/auth.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/fs/ubifs/auth.c b/fs/ubifs/auth.c index 5bf5fd0..2a40ccce 100644

[PATCH -next] ubifs: remove unused function __ubifs_shash_final

2019-03-20 Thread Yue Haibing
From: YueHaibing There is no callers in tree, and can be removed. Signed-off-by: YueHaibing --- fs/ubifs/auth.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/fs/ubifs/auth.c b/fs/ubifs/auth.c index 5bf5fd0..2a40ccce 100644 --- a/fs/ubifs/auth.c +++ b/fs/ubifs/auth.c @@