Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252659
b: refs/heads/master
c: 7f34b74
h: refs/heads/master
i:
  252657: b5a0fd2
  252655: e206ae2
v: v3
  • Loading branch information
liubo authored and Steven Rostedt committed May 26, 2011
1 parent 98777a3 commit 079f15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fc1b6f0d0a719e1e2a30bf076a3a799feaf6af2
refs/heads/master: 7f34b746f79c1e1f8fd6d09799d133263ae7a504
4 changes: 2 additions & 2 deletions trunk/include/trace/events/btrfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct extent_buffer;
{ BTRFS_SHARED_DATA_REF_KEY, "SHARED_DATA_REF" })

#define __show_root_type(obj) \
__print_symbolic(obj, \
__print_symbolic_u64(obj, \
{ BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" }, \
{ BTRFS_EXTENT_TREE_OBJECTID, "EXTENT_TREE" }, \
{ BTRFS_CHUNK_TREE_OBJECTID, "CHUNK_TREE" }, \
Expand Down Expand Up @@ -125,7 +125,7 @@ DEFINE_EVENT(btrfs__inode, btrfs_inode_evict,
);

#define __show_map_type(type) \
__print_symbolic(type, \
__print_symbolic_u64(type, \
{ EXTENT_MAP_LAST_BYTE, "LAST_BYTE" }, \
{ EXTENT_MAP_HOLE, "HOLE" }, \
{ EXTENT_MAP_INLINE, "INLINE" }, \
Expand Down

0 comments on commit 079f15a

Please sign in to comment.