mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Print out when unsafe AIO is enabled to debugging purposes
MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5fec77f1d6
commit
175e856fa2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318099
@ -65,6 +65,7 @@ is_unsafe_aio_enabled(void)
|
||||
atf_tc_skip("Unsafe AIO is disabled"); \
|
||||
break; \
|
||||
default: \
|
||||
printf("Unsafe AIO is enabled\n"); \
|
||||
break; \
|
||||
} \
|
||||
} while (0)
|
||||
@ -80,6 +81,7 @@ is_unsafe_aio_enabled(void)
|
||||
_exit(_exit_code); \
|
||||
break; \
|
||||
default: \
|
||||
printf("Unsafe AIO is enabled\n"); \
|
||||
break; \
|
||||
} \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user