removed the fscompat* files
[util-vserver.git] / util-vserver / lib / syscall_setiattr-v13.hc
index 06e464f..6a97412 100644 (file)
@@ -28,8 +28,8 @@ vc_set_iattr_v13(dev_t dev, ino_t ino, xid_t xid,  uint32_t flags, uint32_t mask
   struct vcmd_ctx_iattr_v0     attr;
 
   attr.ino   = ino;
-  attr.xid   = xid;
+  attr.xid   = CTX_USER2KERNEL(xid);
   attr.flags = flags;
   attr.mask  = mask;
-  return vserver(VC_CMD(INODE, 1, 0), dev, &attr);
+  return vserver(VCMD_set_iattr, dev, &attr);
 }