From: Andrew Morton Fix some inter-patch leakage. Cc: Hans Reiser Cc: Vladimir Saveliev Cc: Edward Shishkin Signed-off-by: Andrew Morton --- fs/reiser4/fsdata.c | 2 -- 1 files changed, 2 deletions(-) diff -puN fs/reiser4/fsdata.c~reiser4-rename-generic_sounding_globalspatch-fix fs/reiser4/fsdata.c --- a/fs/reiser4/fsdata.c~reiser4-rename-generic_sounding_globalspatch-fix +++ a/fs/reiser4/fsdata.c @@ -4,7 +4,6 @@ #include "fsdata.h" #include "inode.h" -#include /* cache or dir_cursors */ static kmem_cache_t *d_cursor_cache; @@ -76,7 +75,6 @@ int reiser4_init_d_cursor(void) */ d_cursor_shrinker = set_shrinker(DEFAULT_SEEKS << 3, d_cursor_shrink); - kmem_set_shrinker(d_cursor_cache, d_cursor_shrinker); if (d_cursor_shrinker == NULL) { destroy_reiser4_cache(&d_cursor_cache); d_cursor_cache = NULL; _