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:

revīziju iesūtīja
Theodore Ts'o

vecāks
b5645534ce
revīzija
19b303d8b5
@@ -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;
|
||||
}
|
||||
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user