add locks to the shared objects of ext2 fs
[lunaix-os.git] / lunaix-os / kernel / fs / xattr.c
index 3fa09a0a8e564ccd945cb066453a25a453cde992..1b17b3d62a12005ea990f467eb38060d99d7306a 100644 (file)
@@ -5,8 +5,6 @@
 #include <lunaix/syscall.h>
 #include <lunaix/syscall_utils.h>
 
 #include <lunaix/syscall.h>
 #include <lunaix/syscall_utils.h>
 
-#define DO_STATUS(errno) SYSCALL_ESTATUS(__current->k_status = errno)
-
 struct v_xattr_entry*
 xattr_new(struct hstr* name)
 {
 struct v_xattr_entry*
 xattr_new(struct hstr* name)
 {