xfs: Initial skeleton for XFS filesystem support
commit28682155af7e9ec498c7d2f71962d51f48d56f28
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 9 Jun 2012 02:27:35 +0000 (8 23:27 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:45 +0000 (21 01:21 -0300)
treeb0fd10ce9b584dad7e2663bab1626df95cb71750
parent4298786ca19e9121568ecd4cc8b79d276ccfd24a
xfs: Initial skeleton for XFS filesystem support

And another filesystem driver for Syslinux. Heh :-)

This patch *only* prints out a sample message on the screen when it
finds an active partition formated as a XFS filesystem. If this really
happens, then the XFS filesystem support in the EXTLINUX installer is
working nicely and it's time to write the driver.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c [new file with mode: 0644]
core/fs/xfs/xfs_fs.h [new file with mode: 0644]
core/fs/xfs/xfs_sb.h [new file with mode: 0644]
core/fs/xfs/xfs_types.h [new file with mode: 0644]
core/ldlinux.asm