From: Jason Wessel Date: Tue, 20 Dec 2005 14:21:24 +0000 (+0100) Subject: [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=n X-Git-Tag: v2.6.15-rc7~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e28393998d3d0733097306762f6d1c083fc92c6;p=pandora-kernel.git [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=n All the work was done to setup the file and maintain the file handles but the access functions were zeroed out due to the #ifdef. Removing the #ifdef allows full access to all the parameters when CONFIG_MODULES=n. akpm: put it back again, but use CONFIG_SYSFS instead. Signed-off-by: Jason Wessel Signed-off-by: Andrew Morton Signed-off-by: Adrian Bunk Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed