From: Andrew Morton Cc: Aneesh Kumar K.V Signed-off-by: Andrew Morton --- fs/ext3/balloc.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff -puN fs/ext3/balloc.c~ext3-retry-block-allocation-if-new-blocks-are-allocated-from-system-zone-comment-typo fs/ext3/balloc.c --- a/fs/ext3/balloc.c~ext3-retry-block-allocation-if-new-blocks-are-allocated-from-system-zone-comment-typo +++ a/fs/ext3/balloc.c @@ -166,8 +166,8 @@ read_block_bitmap(struct super_block *sb } ext3_valid_block_bitmap(sb, desc, block_group, bh); /* - * file system mounted not to panic on error, - * continue with corrput bitmap + * file system mounted not to panic on error, continue with corrupt + * bitmap */ return bh; } @@ -1643,9 +1643,8 @@ allocated: "blocks from "E3FSBLK", length %lu", ret_block, num); /* - * claim_block marked the blocks we allocated - * as in use. So we may want to selectively - * mark some of the blocks as free + * claim_block() marked the blocks we allocated as in use. So we + * may want to selectively mark some of the blocks as free. */ goto retry_alloc; } _