Skip to content

Commit 86f83e8

Browse files
committed
stress-aio: cache align info struct for minor performance improvement
Signed-off-by: Colin Ian King <[email protected]>
1 parent d00ef00 commit 86f83e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stress-aiol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ static int stress_aiol(stress_args_t *args)
385385
int j = 0;
386386
size_t i;
387387
int warnings = 0;
388-
stress_aiol_info_t info;
388+
stress_aiol_info_t info ALIGN64;
389389
#if defined(__NR_io_cancel)
390390
int bad_fd;
391391
#endif

0 commit comments

Comments
 (0)