···327327 if (ino > le32_to_cpu(EXT2_SB(sb)->s_es->s_inodes_count))328328 return ERR_PTR(-ESTALE);329329330330- /* iget isn't really right if the inode is currently unallocated!!331331- * ext2_read_inode currently does appropriate checks, but332332- * it might be "neater" to call ext2_get_inode first and check333333- * if the inode is valid.....330330+ /*331331+ * ext2_iget isn't quite right if the inode is currently unallocated!332332+ * However ext2_iget currently does appropriate checks to handle stale333333+ * inodes so everything is OK.334334 */335335 inode = ext2_iget(sb, ino);336336 if (IS_ERR(inode))