]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/inode.c
ext4: cleanup block allocator
[linux-2.6-omap-h63xx.git] / fs / ext4 / inode.c
index bc950562b5ba4a35db9528341c5541bb365b38cb..c5d506dce8c5e7013ec8f1139e646736c234bcec 100644 (file)
@@ -561,7 +561,7 @@ static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
                goto allocated;
        /* Now allocate data blocks */
        count = target;
-       /* allocating blocks for indirect blocks and direct blocks */
+       /* allocating blocks for data blocks */
        current_block = ext4_new_blocks(handle, inode, iblock,
                                                goal, &count, err);
        if (*err && (target == blks)) {