removed the fscompat* files
[util-vserver.git] / util-vserver / lib / fscompat_setiattr-v13.hc
index 93fed93..1cc6700 100644 (file)
@@ -25,5 +25,5 @@ vc_set_iattr_compat_v13(char const UNUSED *filename,
                        dev_t dev, ino_t ino, xid_t xid,
                        uint32_t flags, uint32_t mask)
 {
-  return vc_set_iattr(dev, ino, xid, flags, mask);
+  return vc_set_iattr(dev, ino, CTX_USER2KERNEL(xid), flags, mask);
 }