diff options
Diffstat (limited to 'fs/jbd/commit.c')
| -rw-r--r-- | fs/jbd/commit.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/fs/jbd/commit.c b/fs/jbd/commit.c index 8799207df05..f2b9a571f4c 100644 --- a/fs/jbd/commit.c +++ b/fs/jbd/commit.c @@ -392,6 +392,12 @@ void journal_commit_transaction(journal_t *journal)  	jbd_debug (3, "JBD: commit phase 1\n");  	/* +	 * Clear revoked flag to reflect there is no revoked buffers +	 * in the next transaction which is going to be started. +	 */ +	journal_clear_buffer_revoked_flags(journal); + +	/*  	 * Switch to a new revoke table.  	 */  	journal_switch_revoke_table(journal); | 
