Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218854
b: refs/heads/master
c: b853fd3
h: refs/heads/master
v: v3
  • Loading branch information
Wen Congyang authored and Theodore Ts'o committed Oct 28, 2010
1 parent 6ccf1ba commit 2682631
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 39e3ac2599a5f9aba499b5f8af809108e70a6163
refs/heads/master: b853fd364810a241050778124842a8c415c72a69
5 changes: 3 additions & 2 deletions trunk/include/trace/events/ext4.h
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,9 @@ DECLARE_EVENT_CLASS(ext4__mballoc,
),

TP_fast_assign(
__entry->dev = ac->ac_inode->i_sb->s_dev;
__entry->ino = ac->ac_inode->i_ino;
__entry->dev = ac->ac_sb->s_dev;
__entry->ino = ac->ac_inode ?
ac->ac_inode->i_ino : 0;
__entry->result_logical = ac->ac_b_ex.fe_logical;
__entry->result_start = ac->ac_b_ex.fe_start;
__entry->result_group = ac->ac_b_ex.fe_group;
Expand Down

0 comments on commit 2682631

Please sign in to comment.