diff options
Diffstat (limited to 'fs/ext4/ext4_jbd2.h')
| -rw-r--r-- | fs/ext4/ext4_jbd2.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ext4/ext4_jbd2.h b/fs/ext4/ext4_jbd2.h index a1ac7e9245ec..75a5309f2231 100644 --- a/fs/ext4/ext4_jbd2.h +++ b/fs/ext4/ext4_jbd2.h @@ -384,7 +384,7 @@ static inline void ext4_update_inode_fsync_trans(handle_t *handle,  {  	struct ext4_inode_info *ei = EXT4_I(inode); -	if (ext4_handle_valid(handle)) { +	if (ext4_handle_valid(handle) && !is_handle_aborted(handle)) {  		ei->i_sync_tid = handle->h_transaction->t_tid;  		if (datasync)  			ei->i_datasync_tid = handle->h_transaction->t_tid; |