commit | 5d552ad79630d41ca065457e22a20ae2db5b2441 | [log] [tgz] |
---|---|---|
author | Bharath Vedartham <linux.bhar@gmail.com> | Sun Apr 14 16:54:38 2019 +0530 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 15 11:46:17 2019 +0200 |
tree | b1831371c2945e4ceccb41ecbcf20f61ae380301 | |
parent | 27942ef503a5e95865473c7c8c93ee9f167641cb [diff] |
fs/reiserfs/journal.c: Make remove_journal_hash static 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 <linux.bhar@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>