From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Drebes Subject: [PATCH 0/2] Make cramfs little endian only Date: Tue, 4 Dec 2007 12:59:51 +0100 Message-ID: <200712041259.52118.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 , Christoph Hellwig , Phillip Lougher To: Linus Torvalds Return-path: Received: from server001.webpack.hosteurope.de ([80.237.130.9]:53175 "EHLO server001.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752697AbXLDMAL (ORCPT ); Tue, 4 Dec 2007 07:00:11 -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. The changes were tested on the following types of machines: An i386 compatible box (little endian) UltraSparc IIi (big endian) Signed-off-by: Andi Drebes