From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Subject: Re: Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs) Date: Tue, 24 Mar 2009 16:57:16 +0100 Message-ID: References: <20090320004539.GF18781@kroah.com> <20090320024249.GA19989@kroah.com> <4443.1237517709@jrobl> <20090320030608.GA2638@kroah.com> <5142.1237521581@jrobl> <20090320041811.GA3352@kroah.com> <6218.1237526149@jrobl> <20090320054437.GC3993@kroah.com> <2778.1237882600@jrobl> <20090324153329.GA13705@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: hooanon05@yahoo.co.jp, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Greg KH Return-path: In-Reply-To: <20090324153329.GA13705@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Mar 24, 2009 at 16:33, Greg KH wrote: >> First, configure "normaly". >> General setup >> =C2=A0 [ ] Configure standard kernel features (for small systems) =C2= =A0---> >> >> $ egrep -i '(sysfs|debug_fs)' .config >> CONFIG_SYSFS_DEPRECATED=3Dy >> CONFIG_SYSFS_DEPRECATED_V2=3Dy > > You should disable those two options, no modern distro needs them > anymore. In fact, all recent distros will no longer work correctly, because DEPRECATED disables features which are expected to be there today. I guess it's time to remove the *_V2 hack to reset the default value, and set the default of CONFIG_SYSFS_DEPRECATED=3Dn? Thanks, Kay