Signed-off-by: Anand Jain <anand.j...@oracle.com>
---
 v2: fix another location where ino_t was required.

 include/trace/events/btrfs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h
index e37973526153..692207e3f5d5 100644
--- a/include/trace/events/btrfs.h
+++ b/include/trace/events/btrfs.h
@@ -1418,7 +1418,7 @@ DECLARE_EVENT_CLASS(btrfs__qgroup_data_map,
 
        TP_STRUCT__entry_btrfs(
                __field(        u64,            rootid          )
-               __field(        unsigned long,  ino             )
+               __field(        ino_t,          ino             )
                __field(        u64,            free_reserved   )
        ),
 
@@ -1459,7 +1459,7 @@ DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data,
 
        TP_STRUCT__entry_btrfs(
                __field(        u64,            rootid          )
-               __field(        unsigned long,  ino             )
+               __field(        ino_t,          ino             )
                __field(        u64,            start           )
                __field(        u64,            len             )
                __field(        u64,            reserved        )
-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to