]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
spinlock: move to ceph namespace
authorSage Weil <sage@newdream.net>
Thu, 8 Apr 2010 16:49:50 +0000 (09:49 -0700)
committerSage Weil <sage@newdream.net>
Thu, 8 Apr 2010 16:49:50 +0000 (09:49 -0700)
src/common/Spinlock.h

index 6fb6fe51bcddd09f6290e9154a9c834579e7fa81..d2c2b13485485cab37d5fcb0c1694fda3790e782 100644 (file)
@@ -18,7 +18,7 @@
 #include <pthread.h>
 #include "include/assert.h"
 
-using namespace ceph;
+namespace ceph {
 
 //#define SPINLOCK_LOCKDEP
 
@@ -122,5 +122,6 @@ public:
   };
 };
 
+}
 
 #endif