From 13488a1a51eb88662e4edb38d520d26a77300287 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Fri, 19 Mar 2004 07:53:25 +0000
Subject: [PATCH] Allow a file to be opened with our very own
 O_LOV_DELAY_CREATE.

---
 lustre/tests/openfile.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lustre/tests/openfile.c b/lustre/tests/openfile.c
index d494b4a4fe..af5e863145 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}
 };
 
-- 
GitLab