Received: with ECARTIS (v1.0.0; list xfs); Tue, 19 Jun 2007 06:27:34 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.2.0-pre1-r499012 (2007-01-23) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50 autolearn=no version=3.2.0-pre1-r499012 Received: from mail.suse.cz (styx.suse.cz [82.119.242.94]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id l5JDRSdo015125 for ; Tue, 19 Jun 2007 06:27:30 -0700 Received: from discovery.suse.cz (discovery.suse.cz [10.20.1.116]) by mail.suse.cz (Postfix) with ESMTP id 917B8146C034; Tue, 19 Jun 2007 15:27:26 +0200 (CEST) Received: by discovery.suse.cz (Postfix, from userid 10020) id 50BD082DB8; Tue, 19 Jun 2007 15:27:26 +0200 (CEST) Message-Id: <20070619132549.266927601@suse.cz> User-Agent: quilt/0.46-42 Date: Tue, 19 Jun 2007 15:25:49 +0200 From: mmarek@suse.cz To: xfs@oss.sgi.com Cc: linux-kernel@vger.kernel.org Subject: [patch 0/3] Fix for XFS compat ioctls (try2) X-Virus-Scanned: ClamAV version 0.90, clamav-milter version devel-120207 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 11853 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: mmarek@suse.cz Precedence: bulk X-list: xfs Hi, here is my second attempt at fixing (some of) the XFS ioctls in compat mode. The main difference from the first version is the bulkstat patch, which I modified to do less copies (no unnecessary copy_in_user() anymore). -- have a nice day, Michal Marek