ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit

When we use trace_ext4_ext/ind_map_blocks_exit, print the value of
map->m_flags in order that we can understand the extent's current
status.

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>
Šī revīzija ir iekļauta:
Zheng Liu
2012-11-08 14:34:04 -05:00
revīziju iesūtīja Theodore Ts'o
vecāks b5645534ce
revīzija 19b303d8b5
3 mainīti faili ar 15 papildinājumiem un 18 dzēšanām

Parādīt failu

@@ -755,8 +755,7 @@ cleanup:
partial--;
}
out:
trace_ext4_ind_map_blocks_exit(inode, map->m_lblk,
map->m_pblk, map->m_len, err);
trace_ext4_ind_map_blocks_exit(inode, map, err);
return err;
}