ext4: Show unwritten extent flag in ext4_ext_show_leaf()
authorMingming <cmm@us.ibm.com>
Fri, 18 Sep 2009 17:34:55 +0000 (13:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 18 Sep 2009 17:34:55 +0000 (13:34 -0400)
commit553f9008939638335836eec834f4dea310c17eae
tree1d1ea9defa550d522b68bb12dab7f0e139aa205a
parent84fe3bef59dc45a1cb0d2f9b0aefa8f1fbfbdf98
ext4: Show unwritten extent flag in ext4_ext_show_leaf()

ext4_ext_show_leaf() will display the leaf extents when extent
debugging is enabled.

Printing out the unwritten bit is useful for debugging unwritten
extent, allow us to see the unwritten extents vs written extents,
after the unwritten extents are splitted or converted.

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/ext4/ext4_extents.h
fs/ext4/extents.c