Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932534AbXH2P7l (ORCPT ); Wed, 29 Aug 2007 11:59:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757088AbXH2P7a (ORCPT ); Wed, 29 Aug 2007 11:59:30 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:58497 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757053AbXH2P73 (ORCPT ); Wed, 29 Aug 2007 11:59:29 -0400 Date: Wed, 29 Aug 2007 08:57:09 -0700 From: Randy Dunlap To: Jan Kara Cc: Andrew Morton , linux-kernel@vger.kernel.org, Balbir Singh , "Serge E. Hallyn" , "Eric W. Biederman" , containers@lists.osdl.org Subject: Re: [PATCH] Send quota messages via netlink Message-Id: <20070829085709.8deaaa4e.randy.dunlap@oracle.com> In-Reply-To: <20070829122647.GB7814@duck.suse.cz> References: <20070828141318.GC5869@duck.suse.cz> <20070828211335.37fce4c9.akpm@linux-foundation.org> <20070829122647.GB7814@duck.suse.cz> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.2 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1707 Lines: 36 On Wed, 29 Aug 2007 14:26:47 +0200 Jan Kara wrote: > On Tue 28-08-07 21:13:35, Andrew Morton wrote: > > On Tue, 28 Aug 2007 16:13:18 +0200 Jan Kara wrote: > > > > > Hello, > > > > > > I'm sending rediffed patch implementing sending of quota messages via netlink > > > interface (some rationale in patch description). I've already posted it to > > > LKML some time ago and there were no objections, so I guess it's fine to put > > > it to -mm. Andrew, would you be so kind? Thanks. > > > Userspace deamon reading the messages from the kernel and sending them to > > > dbus and/or user console is also written (it's part of quota-tools). The > > > only remaining problem is there are a few changes needed to libnl needed for > > > the userspace daemon. They were basically acked by the maintainer but it > > > seems he has not merged the patches yet. So this will take a bit more time. > > > > > > > So it's a new kernel->userspace interface. > > > > But we have no description of the interface :( > Oops, forgotten about it. I'll write one. Do we have some standard place > where to document such interfaces? I could create some file in > Documentation/filesystems/ but that seems a bit superfluous... It looks like other quota documentation is in Documentation/filesystems/, and that seems reasonable to me for the other quota docs & this one. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - 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/