From: adilger Date: Fri, 19 Mar 2004 07:53:25 +0000 (+0000) Subject: Allow a file to be opened with our very own O_LOV_DELAY_CREATE. X-Git-Tag: 1.2.2~168 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=13488a1a51eb88662e4edb38d520d26a77300287;p=fs%2Flustre-release.git Allow a file to be opened with our very own O_LOV_DELAY_CREATE. --- diff --git a/lustre/tests/openfile.c b/lustre/tests/openfile.c index d494b4a4..af5e863 100644 --- a/lustre/tests/openfile.c +++ b/lustre/tests/openfile.c @@ -17,6 +17,7 @@ #include #include #include +#include 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} };