Add a min size parameter to btrfs_alloc_extent
authorChris Mason <chris.mason@oracle.com>
Mon, 14 Apr 2008 13:46:10 +0000 (09:46 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:01 +0000 (11:04 -0400)
commit98d20f67cf99ccda638dbcdf7b3a9ee0a428d932
tree2cd417558d34777ee8aabc950ccc0993d542d1b0
parent73f61b2a6459df982cb4faf0e5cf5ac8b153aaff
Add a min size parameter to btrfs_alloc_extent

On huge machines, delayed allocation may try to allocate massive extents.
This change allows btrfs_alloc_extent to return something smaller than
the caller asked for, and the data allocation routines will loop over
the allocations until it fills the whole delayed alloc.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/inode.c