diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-12-23 13:45:44 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-12-23 13:45:44 +0100 |
commit | 71f2be213a0009098819e5c04f75ff19f84f2122 (patch) | |
tree | af3dcbb307a8cccc24670945c14c4b3d32bbd2c0 /fs/jbd2 | |
parent | ext4: Add block validity check when truncating indirect block mapped inodes (diff) | |
download | linux-71f2be213a0009098819e5c04f75ff19f84f2122.tar.xz linux-71f2be213a0009098819e5c04f75ff19f84f2122.zip |
ext4: Add new tracepoint for jbd2_cleanup_journal_tail
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
-rw-r--r-- | fs/jbd2/checkpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jbd2/checkpoint.c b/fs/jbd2/checkpoint.c index 886849370950..30beb11ef928 100644 --- a/fs/jbd2/checkpoint.c +++ b/fs/jbd2/checkpoint.c @@ -507,6 +507,7 @@ int jbd2_cleanup_journal_tail(journal_t *journal) if (blocknr < journal->j_tail) freed = freed + journal->j_last - journal->j_first; + trace_jbd2_cleanup_journal_tail(journal, first_tid, blocknr, freed); jbd_debug(1, "Cleaning journal tail from %d to %d (offset %lu), " "freeing %lu\n", |