]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: Fix include/trace/events/ext4.h to work with Systemtap
authorTheodore Ts'o <tytso@mit.edu>
Tue, 15 Sep 2009 02:59:50 +0000 (22:59 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:06:41 +0000 (08:06 -0800)
commite4a8cc648a9a3decca1bc5f0f16aacdfc0d72d5a
tree493631f67309ffc28fff36840d3b3c55f9b876da
parent1de54d1bc0248c2b0f21e22b48f145271d38cbd5
ext4: Fix include/trace/events/ext4.h to work with Systemtap

(cherry picked from commit 3661d28615ea580c1db02a972fd4d3898df1cb01)

Using relative pathnames in #include statements interacts badly with
SystemTap, since the fs/ext4/*.h header files are not packaged up as
part of a distribution kernel's header files.  Since systemtap doesn't
use TP_fast_assign(), we can use a blind structure definition and then
make sure the needed header files are defined before the ext4 source
files #include the trace/events/ext4.h header file.

https://bugzilla.redhat.com/show_bug.cgi?id=512478

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c
include/trace/events/ext4.h