From: gkostka Date: Thu, 19 Nov 2015 21:45:16 +0000 (+0100) Subject: Remove some obsolete comments X-Git-Tag: v1.0.0~227 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=bb389cbdc64a61a9b04966346735cb8efcfc68d1;p=lwext4.git Remove some obsolete comments --- diff --git a/lwext4/ext4_inode.c b/lwext4/ext4_inode.c index 2e30d42..f5df3e8 100644 --- a/lwext4/ext4_inode.c +++ b/lwext4/ext4_inode.c @@ -282,7 +282,6 @@ void ext4_inode_set_extra_isize(struct ext4_inode *inode, uint16_t size) uint64_t ext4_inode_get_file_acl(struct ext4_inode *inode, struct ext4_sblock *sb) { - /*TODO: Verify it*/ uint64_t v = to_le32(inode->file_acl_lo); if (ext4_get32(sb, creator_os) == EXT4_SUPERBLOCK_OS_LINUX) @@ -295,7 +294,6 @@ uint64_t ext4_inode_get_file_acl(struct ext4_inode *inode, void ext4_inode_set_file_acl(struct ext4_inode *inode, struct ext4_sblock *sb, uint64_t acl) { - /*TODO: Verify it*/ inode->file_acl_lo = to_le32((acl << 32) >> 32); if (ext4_get32(sb, creator_os) == EXT4_SUPERBLOCK_OS_LINUX)