Skip to content
Snippets Groups Projects
Commit 13488a1a authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Allow a file to be opened with our very own O_LOV_DELAY_CREATE.

parent 129f6a42
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <linux/lustre_user.h>
typedef struct flag_mapping { typedef struct flag_mapping {
const char *string; const char *string;
...@@ -39,6 +40,7 @@ FLAG_MAPPING flag_table[] = { ...@@ -39,6 +40,7 @@ FLAG_MAPPING flag_table[] = {
{"O_LARGEFILE", O_LARGEFILE}, {"O_LARGEFILE", O_LARGEFILE},
{"O_DIRECTORY", O_DIRECTORY}, {"O_DIRECTORY", O_DIRECTORY},
{"O_NOFOLLOW", O_NOFOLLOW}, {"O_NOFOLLOW", O_NOFOLLOW},
{"O_LOV_DELAY_CREATE", O_LOV_DELAY_CREATE},
{"", -1} {"", -1}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment