Re: [PATCH] ext4: Support large files

2007-10-10 Thread Aneesh Kumar K.V
Andreas Dilger wrote: On Oct 11, 2007 10:41 +0530, Aneesh Kumar K.V wrote: This patch converts ext4_inode i_blocks to represent total blocks occupied by the inode in file system block size. Earlier the variable used to represent this in 512 byte block size. This actually limited the total siz

Re: [PATCH] ext4: Support large files

2007-10-10 Thread Andreas Dilger
On Oct 11, 2007 10:41 +0530, Aneesh Kumar K.V wrote: > This patch converts ext4_inode i_blocks to represent total > blocks occupied by the inode in file system block size. > Earlier the variable used to represent this in 512 byte > block size. This actually limited the total size of the file. > >

[PATCH] ext4: Support large files

2007-10-10 Thread Aneesh Kumar K.V
From: Takashi Sato <[EMAIL PROTECTED]> This patch converts ext4_inode i_blocks to represent total blocks occupied by the inode in file system block size. Earlier the variable used to represent this in 512 byte block size. This actually limited the total size of the file. This is enabled only if t