Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fio: fix formats under MIPS64/PPC #1779

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Jun 28, 2024

SANE_USERSPACE_TYPES needs to be defined to get consistent formats on all platforms.

__SANE_USERSPACE_TYPES__ needs to be defined to get consistent formats on all platforms.
@axboe
Copy link
Owner

axboe commented Jun 28, 2024

Please ensure the commit message is properly formatted. Break lines at 72-74 chars, and include a signed-off-by line. Just see other commits in the repo if in doubt.

@@ -7,6 +7,8 @@
#ifndef FIO_NVME_H
#define FIO_NVME_H

#define __SANE_USERSPACE_TYPES__
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably go in the Makefile for mips64, not in this specific location?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants