From: nikita Date: Wed, 10 May 2006 23:44:27 +0000 (+0000) Subject: osd: remove accidentially committed bit of testing X-Git-Tag: v1_8_0_110~486^2~1839 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7a8fb5cca8ddb664ca83ff8796c52be2e7b6f061;p=fs%2Flustre-release.git osd: remove accidentially committed bit of testing --- 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); -} -