core:fs: Use a much better union structure in file structure
authorLiu Aleaxander <Aleaxander@gmail.com>
Fri, 20 Nov 2009 05:08:42 +0000 (13:08 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Fri, 20 Nov 2009 05:08:42 +0000 (13:08 +0800)
commit7acda33d12dea2117bbfd9ba138104d680efcd85
tree117fe252a8d4a70d156466f6bcb8fbb3bf836e75
parent84b1443afbfe24eb6e338e8636e8e3759b9093d5
core:fs: Use a much better union structure in file structure

Remove the u1 and u2 union, and merge the related fileds as a group, and
then make a big union. Then we don't need to use u1 or u2 to reference
these fileds any more but use it directly just like there are no union
structures here:)

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/fs/pxe/pxe.c
core/include/fs.h