From 7a8fb5cca8ddb664ca83ff8796c52be2e7b6f061 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 10 May 2006 23:44:27 +0000 Subject: [PATCH] osd: remove accidentially committed bit of testing --- lustre/osd/osd_handler.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index 7e66666..9ac7fb7 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -961,9 +961,3 @@ MODULE_DESCRIPTION("Lustre Object Storage Device ("LUSTRE_OSD0_NAME")"); MODULE_LICENSE("GPL"); cfs_module(osd, "0.0.2", osd_mod_init, osd_mod_exit); - -int cdebug_test_foo(int x, int y) -{ - CDEBUG(D_INODE, "x: %d, y: %d\n", x, y); -} - -- 1.8.3.1