On Wed, 11 Dec 2002, Peter Braam wrote:
| Hello,
|
| Please find attached relatively straightforward fixes for intermezzo
| problems in 2.5.50. I think all of them related to:
| - two missing headers
| - use of timespec instead of time_t.
|
| - Peter -
Patch doesn't apply cleanly to 2.5.51.
File include/linux/fsfilter.h is already in 2.5.51.
After ingoring above: intermezzo doesn't build.
Makefile still contains io_daemon.o, but that should be deleted.
Patch for that is below.
-- ~Randy--- ./fs/intermezzo/Makefile%IMZ Mon Dec 9 18:46:14 2002 +++ ./fs/intermezzo/Makefile Wed Dec 11 11:40:55 2002 @@ -5,7 +5,7 @@ obj-$(CONFIG_INTERMEZZO_FS) += intermezzo.o
intermezzo-objs := cache.o dcache.o dir.o ext_attr.o file.o fileset.o \ - inode.o io_daemon.o journal.o journal_ext2.o journal_ext3.o \ + inode.o journal.o journal_ext2.o journal_ext3.o \ journal_obdfs.o journal_reiserfs.o journal_tmpfs.o journal_xfs.o \ kml_reint.o kml_unpack.o methods.o presto.o psdev.o replicator.o \ super.o sysctl.o upcall.o vfs.o
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:22 EST