Whamcloud - gitweb
LU-17402 kernel: update dotdot patch path for RHEL 8.10
[fs/lustre-release.git] / lustre / include / lustre_intent.h
index 65e1e6c..96ad670 100644 (file)
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2014, Intel Corporation.
+ * Copyright (c) 2011, 2016, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
 #ifndef LUSTRE_INTENT_H
@@ -38,7 +37,7 @@
 struct lookup_intent {
        int                      it_op;
        int                      it_create_mode;
-       __u64                    it_flags;
+       enum mds_open_flags      it_open_flags;
        int                      it_disposition;
        int                      it_status;
        __u64                    it_lock_handle;