From owner-svn-src-head@FreeBSD.ORG Wed Feb 9 20:35:07 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53ED4106566C; Wed, 9 Feb 2011 20:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id D8DD98FC0A; Wed, 9 Feb 2011 20:35:06 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id DA4E241C798; Wed, 9 Feb 2011 21:35:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id HgIVj-s09-TN; Wed, 9 Feb 2011 21:35:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 653EE41C7B5; Wed, 9 Feb 2011 21:35:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id C5CD14448F3; Wed, 9 Feb 2011 20:32:11 +0000 (UTC) Date: Wed, 9 Feb 2011 20:32:11 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Alexander Leidinger In-Reply-To: <201102091533.p19FXD3H088712@svn.freebsd.org> Message-ID: <20110209203050.L80258@maildrop.int.zabbadoz.net> References: <201102091533.p19FXD3H088712@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r218485 - in head/sys/ufs: ffs ufs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 09 Feb 2011 20:35:07 -0000 On Wed, 9 Feb 2011, Alexander Leidinger wrote: > Author: netchild > Date: Wed Feb 9 15:33:13 2011 > New Revision: 218485 > URL: http://svn.freebsd.org/changeset/base/218485 > > Log: > Add some FEATURE macros for some UFS features. > > SU+J is not included as a FEATURE macro: > - it was not in the tree during the GSoC > - I do not see an option to en-/disable it in NOTES > > Two minor changes where made during the review compared to what was developed > during GSoC 2010. > > No FreeBSD version bump, the userland application to query the features will > be committed last and can serve as an indication of the availablility if > needed. > > Sponsored by: Google Summer of Code 2010 > Submitted by: kibab > Modified: head/sys/ufs/ufs/ufs_vnops.c > ============================================================================== > --- head/sys/ufs/ufs/ufs_vnops.c Wed Feb 9 15:32:04 2011 (r218484) > +++ head/sys/ufs/ufs/ufs_vnops.c Wed Feb 9 15:33:13 2011 (r218485) > @@ -82,8 +82,19 @@ __FBSDID("$FreeBSD$"); > #endif > #ifdef UFS_GJOURNAL > #include > +FEATURE(ufs_gjournal, "Journaling support through GEOM for UFS"); > #endif > > +#ifdef QUOTA > +FEATURE(ufs_quota, "UFS disk quotas support"); > +FEATURE(ufs_quota64, "64bit UFS disk quotas support"); > +#endif > + > +#ifdef SUIDDIR > +FEATURE(suiddir, "Give all new files in directory the same ownership as the directory"); 80charwide80charwide80charwide80charwide80charwide80charwide80charwide80charwide Please wrap long lines. > +#endif > + > + > #include > > static vop_accessx_t ufs_accessx; > -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family.