ext4: fixed tracepoints cleanup
authorLukas Czerner <lczerner@redhat.com>
Mon, 6 Jun 2011 13:51:52 +0000 (09:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jun 2011 13:51:52 +0000 (09:51 -0400)
commita9c667f8f0656631ee5438baaf21bf30d5f67375
treeeb92465fcb50126802b66fb509ed51a1fe966ad5
parentc03f8aa9abdd517477c2021ea1251939b4da49e6
ext4: fixed tracepoints cleanup

While creating fixed tracepoints for ext3, basically by porting them
from ext4, I found a lot of useless retyping, wrong type usage, useless
variable passing and other inconsistencies in the ext4 fixed tracepoint
code.

This patch cleans the fixed tracepoint code for ext4 and also simplify
some of them.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c
fs/ext4/mballoc.c
include/trace/events/ext4.h