ext4: translate flag bits to strings in tracepoints
Translate the bitfields used in various flags argument to strings to make the tracepoint output more human-readable. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
cb53054118
commit
21ddd568c1
3 changed files with 98 additions and 41 deletions
|
@ -4380,7 +4380,7 @@ out2:
|
|||
}
|
||||
|
||||
out3:
|
||||
trace_ext4_ext_map_blocks_exit(inode, map, err ? err : allocated);
|
||||
trace_ext4_ext_map_blocks_exit(inode, flags, map, err ? err : allocated);
|
||||
|
||||
return err ? err : allocated;
|
||||
}
|
||||
|
|
|
@ -624,7 +624,7 @@ cleanup:
|
|||
partial--;
|
||||
}
|
||||
out:
|
||||
trace_ext4_ind_map_blocks_exit(inode, map, err);
|
||||
trace_ext4_ind_map_blocks_exit(inode, flags, map, err);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue