X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fliblustre.h;h=1cf77fc1025a707a7578317d050b4f31aab01395;hb=06e652ce88cf485135df249b29ca8d0afdc9af64;hp=cf4179060650e34ff57067bbe14ea1fbb648e978;hpb=18dd47a03fe565914320f19a3bd3a9299bf9f917;p=fs%2Flustre-release.git diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index cf41790..1cf77fc 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -215,14 +215,14 @@ struct lustre_intent_data { }; struct lookup_intent { - int it_magic; - void (*it_op_release)(struct lookup_intent *); - int it_op; - int it_flags; - int it_create_mode; - union { - struct lustre_intent_data lustre; - } d; + int it_magic; + void (*it_op_release)(struct lookup_intent *); + int it_op; + int it_create_mode; + __u64 it_flags; + union { + struct lustre_intent_data lustre; + } d; }; static inline void intent_init(struct lookup_intent *it, int op, int flags)