From owner-svn-src-head@freebsd.org Sat Jan 21 17:51:02 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0ABFCBB2D0 for ; Sat, 21 Jan 2017 17:51:02 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A77E71F9A for ; Sat, 21 Jan 2017 17:51:02 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 3a474350-e002-11e6-8c89-112185c90658 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 3a474350-e002-11e6-8c89-112185c90658; Sat, 21 Jan 2017 17:51:25 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v0LHosE9006761; Sat, 21 Jan 2017 10:50:54 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1485021054.34897.180.camel@freebsd.org> Subject: Re: svn commit: r312588 - head/sys/mips/conf From: Ian Lepore To: Konstantin Belousov , Brooks Davis Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sat, 21 Jan 2017 10:50:54 -0700 In-Reply-To: <20170121114120.GU2349@kib.kiev.ua> References: <201701210908.v0L98SQp033735@repo.freebsd.org> <20170121114120.GU2349@kib.kiev.ua> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2017 17:51:02 -0000 On Sat, 2017-01-21 at 13:41 +0200, Konstantin Belousov wrote: > On Sat, Jan 21, 2017 at 09:08:28AM +0000, Brooks Davis wrote: > > > > +options  TMPFS #Efficient memory > > filesystem > Is the word 'efficient' copied from somewhere ? Yes, I see it in > sys/conf/NOTES. I do not see what useful meaning the word has there, > applied to the tmpfs. In my opinion, it should be removed from > comments. > Is it not more efficient than the alternatives based on md(4)? -- Ian