Whamcloud - gitweb
remove stacktrace debugging: we have got numbers after all.
authornikita <nikita>
Tue, 12 Dec 2006 12:34:21 +0000 (12:34 +0000)
committernikita <nikita>
Tue, 12 Dec 2006 12:34:21 +0000 (12:34 +0000)
lustre/kernel_patches/series/2.6-rhel4.series
lustre/mdt/mdt_handler.c

index d86efa0..9bd2591 100644 (file)
@@ -38,5 +38,4 @@ export-nr_free_buffer_pages.patch
 __find_get_block_slow-scale.patch 
 debugging-fields-in-current.patch 
 increase-BH_LRU_SIZE.patch 
-tmp-debug.patch 
 linux-2.6.9-network_driver-for-sk98.patch
index c829e5e..d4964e9 100644 (file)
@@ -3617,9 +3617,6 @@ static void fsoptions_to_mdt_flags(struct mdt_device *m, char *options)
 
 int mdt_postrecov(const struct lu_env *, struct mdt_device *);
 
-extern int try_to_wake_up_trace;
-extern int __find_get_block_trace;
-
 static int mdt_init0(const struct lu_env *env, struct mdt_device *m,
                      struct lu_device_type *ldt, struct lustre_cfg *cfg)
 {
@@ -3769,9 +3766,6 @@ static int mdt_init0(const struct lu_env *env, struct mdt_device *m,
 
         mdt_init_capa_ctxt(env, m);
 
-        try_to_wake_up_trace = 1;
-        __find_get_block_trace = 1;
-
         RETURN(0);
 
 err_fs_cleanup: