Fix btrfs-convert's large file support.v0.14
commitfb0a5d3766ac007dc316dd3a9cf737192f80d91f
authorZhu <piggestpig@gmail.com>
Mon, 28 Apr 2008 20:45:11 +0000 (28 16:45 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Mon, 28 Apr 2008 20:45:11 +0000 (28 16:45 -0400)
tree4556e501840f66c8c0a04adab6c535ed1b6b718f
parentb327761ead72a42f253bb45b6b03fefdb15edec4
Fix btrfs-convert's large file support.

This patch add ext2_inode.i_size_high into account when calculating regular
file's size in btrfs-convert,  which makes it deal with large files bigger than
4GB properly.
convert.c