From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 9 Jun 2012 12:38:04 +0200 Subject: [U-Boot] [PATCH 0/8] EXT2 cleanup In-Reply-To: <4FD2E3C1.7070608@lundman.net> References: <1339176713-13309-1-git-send-email-marex@denx.de> <4FD2E3C1.7070608@lundman.net> Message-ID: <201206091238.04774.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Jorgen Lundman, > Marek Vasut wrote: > > Now I'm angry ... > > > > So, I cleaned up the ext2 filesystem code a bit. I tried to separate the > > changes to increase the reviewability. > > If you are angry, that makes me not want to comment, especially since I > don't belong here. Heh, sorry, didn't intend to startle you :-) Hacking on filesystems is the best thing to do when you're angry :-) > But one question that springs to mind is, the EXT4 patches by Samsung, that > I (maybe others) are waiting for, includes the EXT2->EXT4 code merge, as > requested by this list. This suggests that either your EXT2 changes are to > be ignored, or that of EXT4. Right, I'd love to get the ext4 into shape eventually, but for that -- after this series is accepted -- I'll have to go through that patch. I already managed to isolate the core difference that's present between ext2 code and their ext4 patch, but integrating it will take a bit more time as I need to study it properly. Best regards, Marek Vasut