From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from isengard.yottayotta.com ([209.115.177.37]) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 170POj-0006oR-00 for ; Wed, 24 Apr 2002 17:13:37 +0100 Received: from fw-edm-dmz.yottayotta.com ([192.168.1.2] helo=edm-app01.yottayotta.com) by isengard.yottayotta.com with esmtp (Exim 3.33 #1) id 170PFP-00045j-00 for linux-mtd@lists.infradead.org; Wed, 24 Apr 2002 10:03:59 -0600 Message-ID: <3CC6D972.7000008@yottayotta.com> Date: Wed, 24 Apr 2002 10:12:34 -0600 From: Murtada Shah MIME-Version: 1.0 To: linux-mtd@lists.infradead.org Subject: crc32.h & crc32.c in the wrong dir? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: Hi, It seems that crc32.h & crc32.c are in fs/jffs2/ of mtd. So when we copy it over, we assume to put it in $TOPDIR/fs/jffs2/ But they are expected in include/linux/, as the files in fs/jffs2 from the mtd release say : #include Is this a bug or intentional? Murtada