[PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop()
[safe/jmp/linux-2.6] / fs / jbd / recovery.c
index 445eed6..11563fe 100644 (file)
@@ -46,7 +46,7 @@ static int scan_revoke_records(journal_t *, struct buffer_head *,
 #ifdef __KERNEL__
 
 /* Release readahead buffers after use */
-void journal_brelse_array(struct buffer_head *b[], int n)
+static void journal_brelse_array(struct buffer_head *b[], int n)
 {
        while (--n >= 0)
                brelse (b[n]);