Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05830ed
)
osd: remove accidentially committed bit of testing
author
nikita
<nikita>
Wed, 10 May 2006 23:44:27 +0000
(23:44 +0000)
committer
nikita
<nikita>
Wed, 10 May 2006 23:44:27 +0000
(23:44 +0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
7e66666
..
9ac7fb7
100644
(file)
--- 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);
-}
-