]> git.proxmox.com Git - grub2.git/commit
2005-09-28 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Wed, 28 Sep 2005 10:07:22 +0000 (10:07 +0000)
committermarco_g <marco_g@localhost>
Wed, 28 Sep 2005 10:07:22 +0000 (10:07 +0000)
commitb2499b29cd6b51469c48f821b410b0e66b5a20cf
tree793cf38881f015da840a08b7fdf65fb5635c89dc
parent83d37a627e74b971424f13db02e1a8509d7eb808
2005-09-28  Marco Gerards  <metgerards@student.han.nl>

Adds support for the XFS filesystem.  Btrees are not supported
yet.

* fs/xfs.c: New file.

* DISTLIST: Added `fs/xfs.c'.

* conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'.
(grub_probefs_SOURCES): Likewise.
(grub_emu_SOURCES): Likewise.
(pkgdata_MODULES): Add `xfs.mod'.
(xfs_mod_SOURCES): New variable.
(xfs_mod_CFLAGS): Likewise.

* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'.
(pkgdata_MODULES): Add `xfs.mod'.
(xfs_mod_SOURCES): New variable.
(xfs_mod_CFLAGS): Likewise.

* util/grub-emu.c (main): Call `grub_xfs_init' and
`grub_xfs_fini'.

* include/grub/fs.h (grub_xfs_init): New prototype.
(grub_xfs_fini): Likewise.
ChangeLog
DISTLIST
conf/i386-pc.mk
conf/i386-pc.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
fs/xfs.c [new file with mode: 0644]
include/grub/fs.h
util/grub-emu.c