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
@ -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