diff --git a/[refs] b/[refs] index dc0ba0da9ab0..b65371bb8aee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7ad9bb651fc2036ea94bed94da76a4b08959a911 +refs/heads/master: 3661d28615ea580c1db02a972fd4d3898df1cb01 diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index 04c693357336..af95dd8ba54b 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -45,6 +45,7 @@ #include "ext4_jbd2.h" #include "xattr.h" #include "acl.h" +#include "mballoc.h" #define CREATE_TRACE_POINTS #include diff --git a/trunk/include/trace/events/ext4.h b/trunk/include/trace/events/ext4.h index 68b53c7ef8a7..6fe6ce9ee071 100644 --- a/trunk/include/trace/events/ext4.h +++ b/trunk/include/trace/events/ext4.h @@ -5,10 +5,12 @@ #define _TRACE_EXT4_H #include -#include "../../../fs/ext4/ext4.h" -#include "../../../fs/ext4/mballoc.h" #include +struct ext4_allocation_context; +struct ext4_allocation_request; +struct ext4_prealloc_space; + TRACE_EVENT(ext4_free_inode, TP_PROTO(struct inode *inode),