From: Denis Cheng Date: Wed, 17 Oct 2007 06:26:30 +0000 (-0700) Subject: fs: remove the unused mempages parameter X-Git-Tag: v2.6.24-rc1~739 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bf17cffc32511c7c6d70fe7f376b92662e186e;p=pandora-kernel.git fs: remove the unused mempages parameter Since the mempages parameter is actually not used, they should be removed. Now there is only files_init use the mempages parameter, files_init(mempages); but I don't think the adaptation to mempages in files_init is really useful; and if files_init also changed to the prototype void (*func)(void), the wrapper vfs_caches_init would also not need the mempages parameter. Signed-off-by: Denis Cheng Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed