]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: print 'flags' in ext4_ext_handle_uninitialized_extents
authorZheng Liu <wenqing.lz@taobao.com>
Thu, 8 Nov 2012 19:33:43 +0000 (14:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 8 Nov 2012 19:33:43 +0000 (14:33 -0500)
commitdd1d6bd343d129fb1084db198bcab4f49a07fbeb
treec91238383a6348c46640071e33c2fe6a899ce55f
parent347da4a16aa9cda1699a3213e3c2b63a6d93c7a2
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>
fs/ext4/extents.c
include/trace/events/ext4.h