]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: Correct extent flag parsing for punch hole tests
authorAllison Henderson <achender@linux.vnet.ibm.com>
Fri, 15 Jul 2011 03:52:13 +0000 (03:52 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 20 Jul 2011 23:22:05 +0000 (18:22 -0500)
commitced9681ea4449de357133d1fd0495e1b06540470
tree611d7956660e5f1e4a872686c04a80eb9616febf
parentc47d7a51ef654c83883046630e1d47e42228ba7b
xfstests: Correct extent flag parsing for punch hole tests

The fiemap filters used in the punch hole tests parse the extent
flags in the fiemap to determine the extent type.  They are
currently parsing them as decimal values, but they should be parsing
hex values.

Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
common.punch