From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 81-7-68-229.static.zebra.lt ([81.7.68.229] helo=teltonika.lt) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1Kv5zS-00043i-8C for linux-mtd@lists.infradead.org; Wed, 29 Oct 2008 08:01:19 +0000 Message-ID: <49081849.6040509@teltonika.lt> Date: Wed, 29 Oct 2008 10:01:13 +0200 From: Paulius Zaleckas MIME-Version: 1.0 To: Manish Katiyar Subject: Re: [PATCH} : Fix compilation warnings in fs/jffs2/nodemgmt.c References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-mtd@lists.infradead.org, dwmw2@infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Manish Katiyar wrote: > Below patch fixes the following compilation warnings : > fs/jffs2/nodemgmt.c: In function 'jffs2_find_nextblock': > fs/jffs2/nodemgmt.c:265: error: 'struct jffs2_sb_info' has no member > named 'wbuf_ofs' > fs/jffs2/nodemgmt.c:265: error: 'struct jffs2_sb_info' has no member > named 'wbuf_len' > fs/jffs2/nodemgmt.c:266: error: 'struct jffs2_sb_info' has no member > named 'wbuf_ofs' > make[2]: *** [fs/jffs2/nodemgmt.o] Error 1 > You are too late. This is already fixed and patch is in mtd git tree. > > Signed-off-by: Manish Katiyar