mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
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: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
beb37b85b0
commit
26f78b7a42
@ -646,10 +646,9 @@ find_next_usable_block(int start, struct buffer_head *bh, int maxblocks)
|
|||||||
return here;
|
return here;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* ext2_try_to_allocate()
|
* ext2_try_to_allocate()
|
||||||
* @sb: superblock
|
* @sb: superblock
|
||||||
* @handle: handle to this transaction
|
|
||||||
* @group: given allocation block group
|
* @group: given allocation block group
|
||||||
* @bitmap_bh: bufferhead holds the block bitmap
|
* @bitmap_bh: bufferhead holds the block bitmap
|
||||||
* @grp_goal: given target block within the group
|
* @grp_goal: given target block within the group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user