Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Feb 2002 11:42:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Feb 2002 11:42:13 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:53438 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Wed, 27 Feb 2002 11:42:06 -0500 Date: Wed, 27 Feb 2002 11:42:04 -0500 (EST) From: Alexander Viro To: Jan Kara cc: Alan Cox , Nathan Scott , linux-kernel@vger.kernel.org Subject: Re: Quota & XFS patch In-Reply-To: <20020227160938.GA22460@atrey.karlin.mff.cuni.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Feb 2002, Jan Kara wrote: > Hello, > > I'm sending you Nathan's patch which implements things > in quotactl interface needed for XFS. If you can remember > the patch was already floating around some time > ago and was generally accepted... Please apply (it will > at least simplify patching of kernels for XFS). Why are you leaving some copy_from_user() in methods? Either the structures you are passing are fs-independent and everybody would be better off with having them copied in one place or they are not, and then API is completely broken. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/