[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4BA2A1C3.3080809@redhat.com>
Date: Thu, 18 Mar 2010 16:57:23 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: Justin Maggard <jmaggard10@...il.com>
CC: ext4 development <linux-ext4@...r.kernel.org>
Subject: Re: >2TB file issue with e2fsck
On 03/18/2010 04:38 PM, Eric Sandeen wrote:
> commmit 8a8f36540bbf5d4397cf476e216e9a720b5c1d8e added handling of
> the high i_blocks number, but did not enlarge the container it
> went into:
>
> - if ((pb.num_blocks != inode->i_blocks) ||
> + if ((pb.num_blocks != ext2fs_inode_i_blocks(fs, inode)) ||
>
> -Eric
>
Actually, no, that was too quick a skim through, sorry. :)
does your filesystem end up with the EXT4_FEATURE_RO_COMPAT_HUGE_FILE
feature set after your posix_fallocate test?
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists