core: some cleanups
authorLiu Aleaxander <Aleaxander@gmail.com>
Mon, 14 Dec 2009 14:44:38 +0000 (22:44 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Mon, 14 Dec 2009 14:44:38 +0000 (22:44 +0800)
commit3d7c87fc1f1a17e3168c06cfc81025be7a3a0271
treeeb46f615fd64db7de1c29e543afbc9424e25884a
parent4bb194f14a43674cced3a8c35d5e625e59db32dc
core: some cleanups

The blksize filed in inode structure removed, since we can simply get it
by BLOCK_SIZE(fs) macro.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
core/fs.c
core/fs/ext2/ext2.c
core/fs/fat/fat.c
core/fs/iso9660/iso9660.c
core/include/disk.h
core/include/fs.h