aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4_jbd2.c')
-rw-r--r--fs/ext4/ext4_jbd2.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/ext4/ext4_jbd2.c b/fs/ext4/ext4_jbd2.c
index c3fb607413ed..0074e0d23d6e 100644
--- a/fs/ext4/ext4_jbd2.c
+++ b/fs/ext4/ext4_jbd2.c
@@ -122,9 +122,10 @@ handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
122 return handle; 122 return handle;
123} 123}
124 124
125void ext4_journal_abort_handle(const char *caller, unsigned int line, 125static void ext4_journal_abort_handle(const char *caller, unsigned int line,
126 const char *err_fn, struct buffer_head *bh, 126 const char *err_fn,
127 handle_t *handle, int err) 127 struct buffer_head *bh,
128 handle_t *handle, int err)
128{ 129{
129 char nbuf[16]; 130 char nbuf[16];
130 const char *errstr = ext4_decode_error(NULL, err, nbuf); 131 const char *errstr = ext4_decode_error(NULL, err, nbuf);