diff options
Diffstat (limited to 'fs/jbd2/checkpoint.c')
| -rw-r--r-- | fs/jbd2/checkpoint.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/checkpoint.c b/fs/jbd2/checkpoint.c index 8fff6677a5da..96bf33986d03 100644 --- a/fs/jbd2/checkpoint.c +++ b/fs/jbd2/checkpoint.c @@ -164,7 +164,7 @@ void __jbd2_log_wait_for_space(journal_t *journal)  				       "journal space in %s\n", __func__,  				       journal->j_devname);  				WARN_ON(1); -				jbd2_journal_abort(journal, 0); +				jbd2_journal_abort(journal, -EIO);  			}  			write_lock(&journal->j_state_lock);  		} else {  |