commit | aaddea812cb0a2dc38b55ba557b68999bc2f6203 | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Wed Jan 16 20:21:26 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jan 16 20:21:26 2013 -0500 |
tree | a0c351a893ee132fdb36a3693dd9af5e126f7546 | |
parent | 7f5118629f74b82bd4ba5e47415d1b4dcb940241 [diff] [blame] |
ext4: add tracepoint in punching hole This patch adds a tracepoint in ext4_punch_hole. CC: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 93a7e84..5abf89c 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c
@@ -3567,6 +3567,8 @@ return -EOPNOTSUPP; } + trace_ext4_punch_hole(inode, offset, length); + return ext4_ext_punch_hole(file, offset, length); }