From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Drebes Subject: [PATCH 0/2][resend] Make cramfs little endian only Date: Thu, 27 Dec 2007 15:22:38 +0100 Message-ID: <200712271522.39035.lists-receive@programmierforen.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, Karel Zak , Andrew Morton , Phillip Lougher To: Linus Torvalds Return-path: Received: from server001.webpack.hosteurope.de ([80.237.130.9]:46063 "EHLO server001.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751819AbXL0OWs (ORCPT ); Thu, 27 Dec 2007 09:22:48 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The following patchset makes cramfs little endian only and updates the documentation. I already sent this updated version three weeks ago as a reply in a discussion (http://marc.info/?l=linux-fsdevel&m=119698067927762&w=2). As I didn't get any further responses for the updated version (please let me know if I did something terribly wrong that prevented people from commenting it) I resend it. The changes were tested on the following types of machines: An i386 compatible box (little endian) UltraSparc IIi (big endian) Diffed against Linus' git tree. Signed-off-by: Andi Drebes