ext4,jbd2: convert tracepoints to use major/minor numbers
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000 (22:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000 (22:08 -0400)
Unfortunately perf can't deal with anything other than direct structure
accesses in the TP_printk() section.  It will drop dead when it sees
jbd2_dev_to_name() in the "print fmt" section of the tracepoint.

Addresses-Google-Bug: 3138508

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found