diff options
Diffstat (limited to 'fs/jbd2/journal.c')
-rw-r--r-- | fs/jbd2/journal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index c0a5f9f1b127..93a595c69616 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c | |||
@@ -1185,6 +1185,8 @@ void jbd2_journal_update_superblock(journal_t *journal, int wait) | |||
1185 | } else | 1185 | } else |
1186 | write_dirty_buffer(bh, WRITE); | 1186 | write_dirty_buffer(bh, WRITE); |
1187 | 1187 | ||
1188 | trace_jbd2_update_superblock_end(journal, wait); | ||
1189 | |||
1188 | out: | 1190 | out: |
1189 | /* If we have just flushed the log (by marking s_start==0), then | 1191 | /* If we have just flushed the log (by marking s_start==0), then |
1190 | * any future commit will have to be careful to update the | 1192 | * any future commit will have to be careful to update the |