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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user