X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fopen_delay.c;h=e4f46dca183d5061c0335037e2ac8d9a26344df6;hb=fc47032ea92ffebcf00213f0c5d7568c58c3e5e5;hp=de4815c44e7898ae5a3f2aed3b02c9416187af99;hpb=040033cef24c5aca2967daf2da7a862abcd074cf;p=fs%2Flustre-release.git diff --git a/lustre/tests/open_delay.c b/lustre/tests/open_delay.c index de4815c..e4f46dc 100644 --- a/lustre/tests/open_delay.c +++ b/lustre/tests/open_delay.c @@ -2,23 +2,19 @@ #include #include #include -#include -#include -#include -#include -#include +#include int main(int argc, char **argv) { - int fd; + int fd; - if (argc != 2) { - printf("Usage %s \n", argv[0]); + if (argc != 2) { + printf("Usage %s \n", argv[0]); exit(1); } fd = open(argv[1], O_RDONLY | O_LOV_DELAY_CREATE); - if (fd == -1) { + if (fd == -1) { printf("Error opening %s\n", argv[1]); exit(1); }