diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-11-23 07:25:08 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-11-23 07:25:08 -0500 |
commit | beac2da7565e42be59963824899825d0cc624295 (patch) | |
tree | 22b38198349bd000cd146243271f604708fbc3fb /fs | |
parent | cf40db137cc2b2a1b3f6850247ac2b181d9d3847 (diff) | |
download | linux-3.10-beac2da7565e42be59963824899825d0cc624295.tar.gz linux-3.10-beac2da7565e42be59963824899825d0cc624295.tar.bz2 linux-3.10-beac2da7565e42be59963824899825d0cc624295.zip |
ext4: add tracepoint for ext4_forget()
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 554c6798597..13de1dd751f 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -89,6 +89,7 @@ int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode, might_sleep(); + trace_ext4_forget(inode, is_metadata, blocknr); BUFFER_TRACE(bh, "enter"); jbd_debug(4, "forgetting bh %p: is_metadata = %d, mode %o, " |