Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Dec 2002 14:40:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Dec 2002 14:40:22 -0500 Received: from air-2.osdl.org ([65.172.181.6]:56230 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Wed, 11 Dec 2002 14:39:48 -0500 Date: Wed, 11 Dec 2002 11:43:31 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: To: Peter Braam cc: , , Subject: Re: [PATCH] intermezzo fixes for 2.5.50 In-Reply-To: <20021211192105.GA1649@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1341 Lines: 42 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/