]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ext2: fix comment on ext2_try_to_allocate()
authorNamhyung Kim <namhyung@gmail.com>
Sun, 26 Sep 2010 06:31:00 +0000 (15:31 +0900)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:01 +0000 (01:30 +0200)
@handle doesn't exist in ext2. Remove it.
Also, fit comment header into kernel-doc format.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/balloc.c

index c6c684b44ea1ca6386105496c3f5a349987fef40..0d06f4e75699cf827b7528d07f31b40223eb49b1 100644 (file)
@@ -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