Loading fs/ext2/balloc.c +2 −3 Original line number Diff line number Diff line Loading @@ -732,10 +732,9 @@ ext2_try_to_allocate(struct super_block *sb, int group, * but we will shift to the place where start_block is, * then start from there, when looking for a reservable space. * * @size: the target new reservation window size * @sb: the super block. * * @group_first_block: the first block we consider to start * the real search from * @start_block: the first block we consider to start the real search from * * @last_block: * the maximum block number that our goal reservable space Loading Loading
fs/ext2/balloc.c +2 −3 Original line number Diff line number Diff line Loading @@ -732,10 +732,9 @@ ext2_try_to_allocate(struct super_block *sb, int group, * but we will shift to the place where start_block is, * then start from there, when looking for a reservable space. * * @size: the target new reservation window size * @sb: the super block. * * @group_first_block: the first block we consider to start * the real search from * @start_block: the first block we consider to start the real search from * * @last_block: * the maximum block number that our goal reservable space Loading