Blame SOURCES/rhbz1490862.patch

1be8bd
commit b9ede742ef4021380f50f93f33c4013a0fe8d80c
1be8bd
Author: David Smith <dsmith@redhat.com>
1be8bd
Date:   Tue Nov 28 15:35:06 2017 -0500
1be8bd
1be8bd
    rhbz1490862: more kernel f2fs tracepoint header file workarounds
1be8bd
1be8bd
diff --git a/tapsets.cxx b/tapsets.cxx
1be8bd
index f571b88..e1318ec 100644
1be8bd
--- a/tapsets.cxx
1be8bd
+++ b/tapsets.cxx
1be8bd
@@ -11270,6 +11270,9 @@ static vector<string> tracepoint_extra_decls (systemtap_session& s,
1be8bd
       they_live.push_back ("struct f2fs_sb_info;");
1be8bd
       they_live.push_back ("struct extent_info;");
1be8bd
       they_live.push_back ("struct extent_node;");
1be8bd
+      they_live.push_back ("struct super_block;");
1be8bd
+      they_live.push_back ("struct buffer_head;");
1be8bd
+      they_live.push_back ("struct bio;");
1be8bd
     }
1be8bd
 
1be8bd
   if (header.find("radeon") != string::npos)