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:
Theodore Ts'o
2013-07-01 08:12:40 -04:00
parent cb53054118
commit 21ddd568c1
3 changed files with 98 additions and 41 deletions

View File

@@ -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;
}