X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fliblustreapi_layout.c;h=87ed8c875c56765a3b6121c27450c305ad280a25;hp=5dfd6f4a074d8a5bdc659159bbed471f68bbdab2;hb=980f8741339f2bece106f6955b0b076d35211850;hpb=3947d680cf17ef16162958cbb91b6e9e6855564f diff --git a/lustre/utils/liblustreapi_layout.c b/lustre/utils/liblustreapi_layout.c index 5dfd6f4..87ed8c8 100644 --- a/lustre/utils/liblustreapi_layout.c +++ b/lustre/utils/liblustreapi_layout.c @@ -3110,6 +3110,10 @@ struct llapi_layout_sanity_args { int lsa_rc; }; +/* The component flags can be set by users at creation/modification time. */ +#define LCME_USER_COMP_FLAGS (LCME_FL_PREF_RW | LCME_FL_NOSYNC | \ + LCME_FL_EXTENSION) + static int llapi_layout_sanity_cb(struct llapi_layout *layout, void *arg) {