Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
return r; // otherwise return original value
}
+// converts Host OS errno values to linux/Ceph values
+// XXX Currently not worked out
+__s32 hostos_to_ceph_errno(__s32 r)
+{
+ return r;
+}
}
return r; // otherwise return original value
}
+
+// converts Host OS errno values to linux/Ceph values
+// XXX Currently not worked out
+__s32 hostos_to_ceph_errno(__s32 r)
+{
+ return r;
+}
+
+
return r; // otherwise return original value
}
+// converts Host OS errno values to linux/Ceph values
+// XXX Currently not worked out
+__s32 hostos_to_ceph_errno(__s32 r)
+{
+ return r;
+}
+