|
@@ -646,10 +646,9 @@ find_next_usable_block(int start, struct buffer_head *bh, int maxblocks)
|
|
return here;
|
|
return here;
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
|
|
+/**
|
|
* ext2_try_to_allocate()
|
|
* ext2_try_to_allocate()
|
|
* @sb: superblock
|
|
* @sb: superblock
|
|
- * @handle: handle to this transaction
|
|
|
|
* @group: given allocation block group
|
|
* @group: given allocation block group
|
|
* @bitmap_bh: bufferhead holds the block bitmap
|
|
* @bitmap_bh: bufferhead holds the block bitmap
|
|
* @grp_goal: given target block within the group
|
|
* @grp_goal: given target block within the group
|