Whamcloud - gitweb
LU-7727 mdt: fail FMODE_WRITE open if the client is read only
[fs/lustre-release.git] / lustre / obdclass / llog_internal.h
index e0763da..3c0107f 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, 2014, Intel Corporation.
+ * Copyright (c) 2012, 2015, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -47,7 +47,6 @@ struct llog_process_info {
         int                 lpi_rc;
        struct completion       lpi_completion;
        const struct lu_env     *lpi_env;
-
 };
 
 struct llog_thread_info {
@@ -59,6 +58,7 @@ struct llog_thread_info {
        struct llog_logid_rec            lgi_logid;
        struct dt_insert_rec             lgi_dt_rec;
        struct lu_seq_range              lgi_range;
+       struct llog_cookie               lgi_cookie;
        char                             lgi_name[32];
 };