Re: [PATCH] fs/reiserfs/journal.c: Make remove_journal_hash static

2019-04-15 Thread Bharath Vedartham
On Mon, Apr 15, 2019 at 11:47:39AM +0200, Jan Kara wrote: > On Sun 14-04-19 16:54:38, Bharath Vedartham wrote: > > This fixes the -WDecl sparse warning in journal.c. Function was declared > > as static void but the definition was void. > > > > Signed-off-by: Bharath Vedartham > > Thanks! I've

Re: [PATCH] fs/reiserfs/journal.c: Make remove_journal_hash static

2019-04-15 Thread Jan Kara
On Sun 14-04-19 16:54:38, Bharath Vedartham wrote: > This fixes the -WDecl sparse warning in journal.c. Function was declared > as static void but the definition was void. > > Signed-off-by: Bharath Vedartham Thanks! I've added your patch into my tree.

[PATCH] fs/reiserfs/journal.c: Make remove_journal_hash static

2019-04-14 Thread Bharath Vedartham
This fixes the -WDecl sparse warning in journal.c. Function was declared as static void but the definition was void. Signed-off-by: Bharath Vedartham --- fs/reiserfs/journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index