]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
moved dout derr to super.h
authorpatiencew <patiencew@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 7 Dec 2007 23:03:02 +0000 (23:03 +0000)
committerpatiencew <patiencew@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 7 Dec 2007 23:03:02 +0000 (23:03 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2200 29311d96-e01e-0410-9327-a35deaab8ce9

trunk/ceph/include/ceph_fs.h

index f895f88e870654a80a0565b827c3e065bc50972d..fbf6aa3ee800ae3ce2d233f015c0546db3646334 100644 (file)
 #endif
 #include <linux/types.h>
 
-#ifdef __KERNEL__
-extern int ceph_debug;
-# define dout(x, args...) do { if (x <= ceph_debug) printk(KERN_INFO "ceph: " args); } while (0);
-# define derr(x, args...) do { if (x <= ceph_debug) printk(KERN_ERR "ceph: " args); } while (0);
-#endif
-
-
-
 #define CEPH_MON_PORT 2138