diff --git a/lustre/tests/openfile.c b/lustre/tests/openfile.c index d494b4a4fe075db69803c8aa40ed31e34a60cfc4..af5e86314544513cb66ce8303e41d80ed37e69b2 100644 --- a/lustre/tests/openfile.c +++ b/lustre/tests/openfile.c @@ -17,6 +17,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <linux/lustre_user.h> typedef struct flag_mapping { const char *string; @@ -39,6 +40,7 @@ FLAG_MAPPING flag_table[] = { {"O_LARGEFILE", O_LARGEFILE}, {"O_DIRECTORY", O_DIRECTORY}, {"O_NOFOLLOW", O_NOFOLLOW}, + {"O_LOV_DELAY_CREATE", O_LOV_DELAY_CREATE}, {"", -1} };