commit | b5645534ce84c21695c2f82d4d4f67cf2a67229a | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Thu Nov 08 14:33:43 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Nov 08 14:33:43 2012 -0500 |
tree | c91238383a6348c46640071e33c2fe6a899ce55f | |
parent | d71c1ae23aa3e7822715c63dc242de6d73002541 [diff] |
ext4: print 'flags' in ext4_ext_handle_uninitialized_extents In trace_ext4_ext_handle_uninitialized_extents we don't care about the value of map->m_flags because this value is probably 0, and we prefer to get the value of flags because we can know how to handle this extent in this function. Reviewed-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>