From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268084AbUHKPn5 (ORCPT ); Wed, 11 Aug 2004 11:43:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268085AbUHKPn5 (ORCPT ); Wed, 11 Aug 2004 11:43:57 -0400 Received: from mailer.nec-labs.com ([138.15.108.3]:3292 "EHLO mailer.nec-labs.com") by vger.kernel.org with ESMTP id S268084AbUHKPn4 (ORCPT ); Wed, 11 Aug 2004 11:43:56 -0400 Message-ID: <411A3EBE.8070405@nec-labs.com> Date: Wed, 11 Aug 2004 08:43:58 -0700 From: Lei Yang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel , Kernel Newbies Mailing List Subject: Compression algorithm in cloop Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Aug 2004 15:43:55.0831 (UTC) FILETIME=[02A63C70:01C47FBA] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello, I am trying to do some experiment on compression ratios with cloop. I know that currently cloop uses zlib. How can I change it to other algorithms? Where should I start from? Really a newbie to this, appreciate any comments and suggestions!! TIA. Lei