diff --git a/[refs] b/[refs] index a1ff760ba590..e77ea91284ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: beb37b85b0b727e68e16a39a1e5a2140f87fa201 +refs/heads/master: 26f78b7a423aea094c536e94cbe1f1fa4641dd7b diff --git a/trunk/fs/ext2/balloc.c b/trunk/fs/ext2/balloc.c index c6c684b44ea1..0d06f4e75699 100644 --- a/trunk/fs/ext2/balloc.c +++ b/trunk/fs/ext2/balloc.c @@ -646,10 +646,9 @@ find_next_usable_block(int start, struct buffer_head *bh, int maxblocks) return here; } -/* +/** * ext2_try_to_allocate() * @sb: superblock - * @handle: handle to this transaction * @group: given allocation block group * @bitmap_bh: bufferhead holds the block bitmap * @grp_goal: given target block within the group