make jbd/journal.c:__journal_abort_hard() static
__journal_abort_hard() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
e86e14385d
commit
533083836f
@@ -1457,7 +1457,7 @@ static const char *journal_dev_name(journal_t *journal, char *buffer)
|
||||
* Aborts hard --- we mark the abort as occurred, but do _nothing_ else,
|
||||
* and don't attempt to make any other journal updates.
|
||||
*/
|
||||
void __journal_abort_hard(journal_t *journal)
|
||||
static void __journal_abort_hard(journal_t *journal)
|
||||
{
|
||||
transaction_t *transaction;
|
||||
char b[BDEVNAME_SIZE];
|
||||
|
Reference in New Issue
Block a user