Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26f78b7a authored by Namhyung Kim's avatar Namhyung Kim Committed by Jan Kara
Browse files

ext2: fix comment on ext2_try_to_allocate()



@handle doesn't exist in ext2. Remove it.
Also, fit comment header into kernel-doc format.

Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent beb37b85
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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