Home
last modified time | relevance | path

Searched hist:"3661 d28615ea580c1db02a972fd4d3898df1cb01" (Results 1 – 1 of 1) sorted by relevance

/linux/include/trace/events/
H A Dext4.hdiff 3661d28615ea580c1db02a972fd4d3898df1cb01 Tue Sep 15 04:59:50 CEST 2009 Theodore Ts'o <tytso@mit.edu> ext4: Fix include/trace/events/ext4.h to work with Systemtap

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>