summaryrefslogtreecommitdiff
path: root/fs/ext3/balloc.c
diff options
context:
space:
mode:
authorMingming Cao <cmm@us.ibm.com>2006-03-26 09:37:56 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-26 16:57:01 (GMT)
commitb47b24781c59565f45acd765dc995a752d561e96 (patch)
treebd18b4f13fef4e162429b1e1ba14841d4a11af3b /fs/ext3/balloc.c
parent89747d369d34e333b9b60f10f333a0b727b4e4e2 (diff)
downloadlinux-fsl-qoriq-b47b24781c59565f45acd765dc995a752d561e96.tar.xz
[PATCH] ext3_get_blocks: multiple block allocation
Add support for multiple block allocation in ext3-get-blocks(). Look up the disk block mapping and count the total number of blocks to allocate, then pass it to ext3_new_block(), where the real block allocation is performed. Once multiple blocks are allocated, prepare the branch with those just allocated blocks info and finally splice the whole branch into the block mapping tree. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext3/balloc.c')
0 files changed, 0 insertions, 0 deletions