Re: [PATCH 1/2 v2] ext4: print 'flags' in ext4_ext_handle_uninitialized_extents
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-11-08 22:11:02
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-11-08 22:11:02
On Tue, Oct 16, 2012 at 08:35:33PM +0800, Zheng Liu wrote:
From: Zheng Liu <redacted> 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 <redacted> Signed-off-by: Zheng Liu <redacted>
Applied, thanks. - Ted