From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Drebes Subject: [PATCH 0/2] cramfs: support for other endianness Date: Thu, 15 Nov 2007 21:29:25 +0100 Message-ID: <200711152129.25686.lists-receive@programmierforen.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Christoph Hellwig , Andrew Morton , Linus Torvalds To: linux-fsdevel@vger.kernel.org Return-path: Received: from server001.webpack.hosteurope.de ([80.237.130.9]:53623 "EHLO server001.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753543AbXKOUaK (ORCPT ); Thu, 15 Nov 2007 15:30:10 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The following patchset enables cramfs to mount images that were created on a machine whose endianness differs from the mounting machine's one. Tested on an i386 box. A discussion about this feature can be found here: http://marc.info/?l=linux-fsdevel&m=119438573309330&w=2 Andi