From owner-freebsd-arch@FreeBSD.ORG Tue Apr 24 19:16:40 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17BB81065677; Tue, 24 Apr 2012 19:16:40 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D3A3D8FC14; Tue, 24 Apr 2012 19:16:38 +0000 (UTC) Received: by lagv3 with SMTP id v3so1020622lag.13 for ; Tue, 24 Apr 2012 12:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:x-comment-to:sender:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=opLLZqclWG9BbSbjeX7APwjamYbdBTEaS/YPyMxGw1I=; b=o8n3Mk5rczc5Yuwaao7qt0CYsR0BlpGSgwhjv3vTluKVmSBTOFKFwVPLfhS5aqS6Zk pRkwVEsWBNlJeBEk4suzBli9pOiSK0dwKjqG1PlmhhXv3OpIUril5GBtH5miQuF+RAaq Qzbv9CUrc5eEeuYAGThHbFE7e5Kxogp1/xZ/l8VwW/eWpFygp1cV/s41W1OW2BiytoLq 4AAwSI88YzaxxokflGzvb5rI4G/OwEJTuHHfYTE7R7lHDVJi006sUU4A1hHtNhtZfc/0 d5VjNseO98QqFTHOU65EZQZsS4iaIKZochPxkx0V6bowhiViI0ddmKbJarE5IHMoHPz2 3vUw== Received: by 10.112.45.230 with SMTP id q6mr9913702lbm.103.1335294992157; Tue, 24 Apr 2012 12:16:32 -0700 (PDT) Received: from localhost ([95.69.173.122]) by mx.google.com with ESMTPS id pj20sm19933411lab.13.2012.04.24.12.16.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Apr 2012 12:16:29 -0700 (PDT) From: Mikolaj Golub To: Konstantin Belousov References: <86hazntwmu.fsf@kopusha.home.net> <20120123031238.GL31224@deviant.kiev.zoral.com.ua> <86zkcfu9ac.fsf@kopusha.home.net> <20120218215003.GM3283@deviant.kiev.zoral.com.ua> <86ehtrf8qf.fsf@kopusha.home.net> <20120219170151.GS3283@deviant.kiev.zoral.com.ua> <86d393dvqr.fsf@kopusha.home.net> <20120225174818.GC55074@deviant.kiev.zoral.com.ua> <8B0B7D86-1EE6-4901-9E36-EA1918315163@freebsd.org> <86wr57lwgd.fsf@kopusha.home.net> <20120422160833.GH2358@deviant.kiev.zoral.com.ua> X-Comment-To: Konstantin Belousov Sender: Mikolaj Golub Date: Tue, 24 Apr 2012 22:16:26 +0300 In-Reply-To: <20120422160833.GH2358@deviant.kiev.zoral.com.ua> (Konstantin Belousov's message of "Sun, 22 Apr 2012 19:08:33 +0300") Message-ID: <864ns9ey9h.fsf@kopusha.home.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Bjoern A. Zeeb" , "Robert N. M. Watson" , freebsd-arch@freebsd.org Subject: Re: unix domain sockets on nullfs(5) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2012 19:16:40 -0000 On Sun, 22 Apr 2012 19:08:33 +0300 Konstantin Belousov wrote: KB> On Sun, Apr 22, 2012 at 04:36:50PM +0300, Mikolaj Golub wrote: >> Hi, >> >> On Sat, 25 Feb 2012 19:16:08 +0000 Robert N. M. Watson wrote: >> >> RNMW> On 25 Feb 2012, at 17:48, Konstantin Belousov wrote: >> >> >>> I am thinking now about 'MFC after'. Thanks to jhb's spare vops it looks like >> >>> it is possible to merge it in stable/9 without breaking the KBI, but then I >> >>> will consume 3 of 5 available spare vops. So is it worth doing? >> >> I do not think that we shall be so restrained on the use of spare VOPs. >> >> RNMW> I think the only real question here is whether John had specific things >> RNMW> in mind when he added the spares, or whether they are open for general >> RNMW> use. Assuming they are open for general use, this use seems a quite >> RNMW> beneficial one :-). >> >> I am going to MFC VOP_UNP_* operations (r232317) and this is just to ask the >> last time if someone sees problems with this or would like to reserve them for >> other things. >> >> Also could you please look at the merge diff I am going to commit if it looks >> ok? KB> Looks fine. Thanks, merged. -- Mikolaj Golub