X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=e1a7c289cabdf30bf6f7d67a2eaf37740c4b6d06;hb=a9ae88bbaca0770f28f3c88a4afed6b99403aec6;hp=28332457337e7227f19460523a5aeeb6df3d826d;hpb=0f22e4c098b1f7885ef509bbfc346b3e8905b28d;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index 2833245..e1a7c28 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -15,11 +15,7 @@ * * You should have received a copy of the GNU General Public License * version 2 along with this program; If not, see - * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf - * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * http://www.gnu.org/licenses/gpl-2.0.html * * GPL HEADER END */ @@ -27,7 +23,7 @@ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2012, 2013, Intel Corporation. + * Copyright (c) 2012, 2015, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -47,7 +43,6 @@ struct llog_process_info { int lpi_rc; struct completion lpi_completion; const struct lu_env *lpi_env; - }; struct llog_thread_info { @@ -58,6 +53,9 @@ struct llog_thread_info { loff_t lgi_off; 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]; }; extern struct lu_context_key llog_thread_key;