Skip to content

Commit

Permalink
fio: fix formats under MIPS64/PPC
Browse files Browse the repository at this point in the history
__SANE_USERSPACE_TYPES__ needs to be defined to get consistent formats on all platforms.
  • Loading branch information
neheb authored Jun 28, 2024
1 parent 05a52be commit 4e58b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#ifndef FIO_NVME_H
#define FIO_NVME_H

#define __SANE_USERSPACE_TYPES__

#include <linux/nvme_ioctl.h>
#include "../fio.h"

Expand Down

0 comments on commit 4e58b49

Please sign in to comment.