From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wproxy.gmail.com ([64.233.184.200]) by canuck.infradead.org with esmtp (Exim 4.42 #1 (Red Hat Linux)) id 1CN2Oj-0006lC-HB for linux-mtd@lists.infradead.org; Thu, 28 Oct 2004 01:00:30 -0400 Received: by wproxy.gmail.com with SMTP id 57so471934wri for ; Wed, 27 Oct 2004 22:00:28 -0700 (PDT) Message-ID: Date: Thu, 28 Oct 2004 10:30:28 +0530 From: bandwidthcrunch To: linux-mtd@lists.infradead.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: jffs2 and 2.4.19 Reply-To: bandwidthcrunch List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, I have been trying to integrate a Jul 31 2002 snapshot of mtd into the 2.4.19 kernel but end up having file.c: In function `jffs2_fsync': file.c:33: structure has no member named `wbuf' file.c:33: structure has no member named `wbuf_len' Now i have in the earlier http://mhonarc.axis.se/jffs-dev/msg01282.html mail which says this happens due to CONFIG_JFFS2_FS being enabled in the kernel . But removing this is like disabling jffs2 support in the kernel ( yeah it builds the/fs/jffs2 modules ) . Isnt there a solution to this ?Any comments welcome regards, Band