From: Theodore Ts'o Date: Thu, 28 Oct 2010 02:08:50 +0000 (-0400) Subject: ext4,jbd2: convert tracepoints to use major/minor numbers X-Git-Tag: v2.6.37-rc1~76^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a269029d0e2192046be4c07ed78a45022469ee4c;p=pandora-kernel.git ext4,jbd2: convert tracepoints to use major/minor numbers 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" --- Reading git-diff-tree failed