btrfs-progs: Improvement for making btrfs image from source directory.
authorZhong, Xin <xin.zhong@intel.com>
Tue, 21 Jun 2011 01:45:59 +0000 (09:45 +0800)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:19:00 +0000 (09:19 -0400)
commitbd7d6d45d4305eaf8efa25bf0fd44fb39d3c22e3
tree4c5d91ae10554683c483e9ce44976564ac6545c0
parent0dbd99fb3e117cd5f87eda492b6b4fab1b5bea23
btrfs-progs: Improvement for making btrfs image from source directory.

* Initialize ret in btrfs_csum_file_block
* Do not abort when xattr is not supported in the source directory
* Remove size limitation of 256M
* Alloc data chunk in a smaller size (8M) to make btrfs image smaller
* Let user specify the btrfs image name
Depends on below patch from samsung guys:
http://marc.info/?l=linux-btrfs&m=127858068226025&w=2

Signed-off-by: Zhong, Xin <xin.zhong@intel.com>
file-item.c
mkfs.c