X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fobdclass%2Flu_ucred.c;h=44a69f730e1cb03664f0ca7415335139f8bd60a2;hb=a4f049b96562fd502b1948fb082767351e040a1c;hp=a8be9e8670c8bf700894ddf54741e2e42c82e69e;hpb=624c5d51a26097bbda9483750422d090761a51d8;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/lu_ucred.c b/lustre/obdclass/lu_ucred.c index a8be9e8..44a69f7 100644 --- a/lustre/obdclass/lu_ucred.c +++ b/lustre/obdclass/lu_ucred.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) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2011, 2012, Intel Corporation. + * Copyright (c) 2013, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -53,7 +49,7 @@ LU_KEY_INIT_FINI(lu_ucred, struct lu_ucred); static struct lu_context_key lu_ucred_key = { - .lct_tags = LCT_SESSION, + .lct_tags = LCT_SERVER_SESSION, .lct_init = lu_ucred_key_init, .lct_fini = lu_ucred_key_fini };