Added file extending to Ext2 Driver, also cleaned up the FS_Ext2 source
authorJohn Hodge <[email protected]>
Tue, 16 Mar 2010 02:20:34 +0000 (10:20 +0800)
committerJohn Hodge <[email protected]>
Tue, 16 Mar 2010 02:20:34 +0000 (10:20 +0800)
commitf4646f2b6d64e42d1eec1d97877ae23eac6863f6
treeb293354d1076408638a8f5a1645c229f55f2f398
parentc254c93c067462864760a628e5946cebb0fa4d47
Added file extending to Ext2 Driver, also cleaned up the FS_Ext2 source
- Fixed an off-by-one error when calculating allocated blocks
- Fixed using a fixed 256 blocks per indirect block (now depends on the block size)
Modules/Filesystems/FS_Ext2/dir.c
Modules/Filesystems/FS_Ext2/ext2.c
Modules/Filesystems/FS_Ext2/ext2_common.h
Modules/Filesystems/FS_Ext2/read.c
Modules/Filesystems/FS_Ext2/write.c

UCC git Repository :: git.ucc.asn.au