On Tue, Mar 24, 2009 at 16:33, Greg KH <greg@xxxxxxxxx> wrote: >> First, configure "normaly". >> General setup >> [ ] Configure standard kernel features (for small systems) ---> >> >> $ egrep -i '(sysfs|debug_fs)' .config >> CONFIG_SYSFS_DEPRECATED=y >> CONFIG_SYSFS_DEPRECATED_V2=y > > 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=n? Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html