btrfs-convert: Iterate correctly using libext2fs functions
authorRadoslaw Szkodzinski <astralstorm@gen2.org>
Wed, 30 Jul 2008 21:02:57 +0000 (17:02 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Wed, 30 Jul 2008 21:02:57 +0000 (17:02 -0400)
commit33d7977a957143ab3f9ae6afb13b50c13a556aa3
tree935ff3e03277dcc051bf611ab47bb0bf0b91e330
parente9fa78e2ecad33b370caf452f79252eb1ab52bc7
btrfs-convert: Iterate correctly using libext2fs functions

This patch corrects open-coded inode_map iteration, which happens to be
illegal in new libext2fs due to inode_map being private, causing warning,
which becomes a compile error.
convert.c