From 9b550f96913679047b198bc15ef005bbfa08b62a Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Sun, 26 Sep 2010 15:31:00 +0900 Subject: [PATCH] --- yaml --- r: 218825 b: refs/heads/master c: 26f78b7a423aea094c536e94cbe1f1fa4641dd7b h: refs/heads/master i: 218823: 0e17fa704cbefd88573d179d209ec8fe7b4692d8 v: v3 --- [refs] | 2 +- trunk/fs/ext2/balloc.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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