From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [85.21.88.2] (helo=mail.dev.rtsoft.ru) by canuck.infradead.org with smtp (Exim 4.63 #1 (Red Hat Linux)) id 1HUNkJ-0003AN-Dj for linux-mtd@lists.infradead.org; Thu, 22 Mar 2007 09:54:45 -0400 Message-ID: <46028A97.1010703@ru.mvista.com> Date: Thu, 22 Mar 2007 16:54:31 +0300 From: Vitaly Wool MIME-Version: 1.0 To: joakim.tjernlund@transmode.se Subject: Re: JFFS2 SUMMARY nodes aren't working References: <1174569321.26465.308.camel@gentoo-jocke.transmode.se> <46028675.30200@ru.mvista.com> <1174571529.26465.311.camel@gentoo-jocke.transmode.se> In-Reply-To: <1174571529.26465.311.camel@gentoo-jocke.transmode.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Joakim Tjernlund wrote: >On Thu, 2007-03-22 at 16:36 +0300, Vitaly Wool wrote: > > >>Joakim Tjernlund wrote: >> >> >> >>>On a fresh JFFS2 root FS image with summary nodes there is no >>>difference in mount time when enabling summary support in kernel(2.6.20, >>>powerpc). >>> >>> >>> >>> >>Can you please elaborate on how you got the image with summary nodes? >> >> > >>>From my JFFS2 build script: >mkfs.jffs2 -e 0x20000 -b -d jffs2root -o "${JFFS2FILE}.tmp" || exit >sumtool -e 0x20000 -b -i "${JFFS2FILE}.tmp" -o "${JFFS2FILE}" || exit > > Ok, can you try starting from a bare filesystem? I.e. erase the partition, copy the files, unmount, mount and see how much time it takes? Vitaly