Re: [PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Nick Piggin
On Friday 18 January 2008 10:41, Rusty Russell wrote: > vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you > turn off CONFIG_NUMA): hashdist is set by default on these platforms. > > Maybe some obscure feature which requires VFS to be set up v. early > (hence is broken in this

Re: [PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Rusty Russell
On Friday 18 January 2008 10:41:21 Rusty Russell wrote: > vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you > turn off CONFIG_NUMA): hashdist is set by default on these platforms. > > Maybe some obscure feature which requires VFS to be set up v. early > (hence is broken in this

[PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Rusty Russell
vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you turn off CONFIG_NUMA): hashdist is set by default on these platforms. Maybe some obscure feature which requires VFS to be set up v. early (hence is broken in this configuration), or something arch-specific (which seems

[PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Rusty Russell
vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you turn off CONFIG_NUMA): hashdist is set by default on these platforms. Maybe some obscure feature which requires VFS to be set up v. early (hence is broken in this configuration), or something arch-specific (which seems

Re: [PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Rusty Russell
On Friday 18 January 2008 10:41:21 Rusty Russell wrote: vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you turn off CONFIG_NUMA): hashdist is set by default on these platforms. Maybe some obscure feature which requires VFS to be set up v. early (hence is broken in this

Re: [PATCH] Remove vfs_init_caches_early()

2008-01-17 Thread Nick Piggin
On Friday 18 January 2008 10:41, Rusty Russell wrote: vfs_init_caches_early() does nothing on IA-64 and x86-64 (unless you turn off CONFIG_NUMA): hashdist is set by default on these platforms. Maybe some obscure feature which requires VFS to be set up v. early (hence is broken in this