release the dnode lock after EACCESS in path walk
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index fe06333f1939e18ac07f32aa8dd4ea7210c8653d..6ce5fcf3b71873e3ea2b7ce4243c03bff658aac0 100644 (file)
@@ -16,9 +16,6 @@ typedef unsigned int u32_t;
 typedef unsigned long ptr_t;
 typedef unsigned long reg_t;
 
-typedef unsigned int uid_t;
-typedef unsigned int gid_t;
-
 #ifndef CONFIG_ARCH_BITS_64
 typedef unsigned long long u64_t;
 #else