From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zach Brown Subject: Re: [PATCH 0/9] Amiga SmartFileSystem Date: Thu, 12 Feb 2009 13:32:39 -0800 Message-ID: <49949577.7080800@zabbo.net> References: <10510014518.20081226151551@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: Pavel Fedin Return-path: Received: from tetsuo.zabbo.net ([207.173.201.20]:46861 "EHLO tetsuo.zabbo.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758029AbZBLWGy (ORCPT ); Thu, 12 Feb 2009 17:06:54 -0500 In-Reply-To: <10510014518.20081226151551@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > This filesystem is widely used on AmigaOS and derivatives (MorphOS, > AROS) instead of old AFFS. I'd like to include support for it into the > kernel. Can I ask the uncomfortable question? Why isn't FUSE good enough for such a.. rarely used file system? - z