diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 116d8251fbff56c65abbb5000e8a918da50cb8be..cc35537232f28317b9f81691d5fada1276f3e94b 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -943,7 +943,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh, * this is the first time this transaction is touching this buffer, * reset the modified flag */ - jh->b_modified = 0; + jh->b_modified = 0; /* * If the buffer is not journaled right now, we need to make sure it