X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fllog_client.c;h=e57a3313ddf308b69328d9bf08e626e495611e54;hb=2ee62fbbf14e055d0134eb0859999be394909f8f;hp=e6187143bf76bb56ab7c392b3fe7272fd6f25108;hpb=dc689955366c895f9cdcc86d78f4221866fe0926;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/llog_client.c b/lustre/ptlrpc/llog_client.c index e618714..e57a331 100644 --- a/lustre/ptlrpc/llog_client.c +++ b/lustre/ptlrpc/llog_client.c @@ -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, 2014, Intel Corporation. + * Copyright (c) 2012, 2015, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -42,12 +38,12 @@ #define DEBUG_SUBSYSTEM S_LOG +#include #include #include #include #include -#include #define LLOG_CLIENT_ENTRY(ctxt, imp) do { \ mutex_lock(&ctxt->loc_mutex); \ @@ -141,7 +137,8 @@ out: } static int llog_client_destroy(const struct lu_env *env, - struct llog_handle *loghandle) + struct llog_handle *loghandle, + struct thandle *th) { struct obd_import *imp; struct ptlrpc_request *req = NULL;