X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwirehdr.c;h=07786368bb8352c7ce53041d2c1d0d42d4d2d013;hb=3a90458bd84d43cc75c5a80f8c02f30d6412690a;hp=a674953085d8dfbb5a2b60f2144649fd90d009b4;hpb=ee8630b585a1bbd650dd2c4fec61f30370bdb17c;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/wirehdr.c b/lustre/ptlrpc/wirehdr.c index a674953..0778636 100644 --- a/lustre/ptlrpc/wirehdr.c +++ b/lustre/ptlrpc/wirehdr.c @@ -1,28 +1,45 @@ +/* + * GPL HEADER START + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 only, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License version 2 for more details (a copy is included + * in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU General Public License + * version 2 along with this program; If not, see + * http://www.gnu.org/licenses/gpl-2.0.html + * + * GPL HEADER END + */ +/* + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. + * Use is subject to license terms. + * + * Copyright (c) 2011, 2017, Intel Corporation. + */ +/* + * This file is part of Lustre, http://www.lustre.org/ + * Lustre is a trademark of Sun Microsystems, Inc. + */ + #define DEBUG_SUBSYSTEM S_RPC -#ifndef __KERNEL__ -# include -#endif -#ifdef __KERNEL__ -# ifndef AUTOCONF_INCLUDED -# include -# endif -# ifdef CONFIG_FS_POSIX_ACL -# include -# ifdef HAVE_XATTR_ACL -# include -# else -# define xattr_acl_entry posix_acl_xattr_entry -# define xattr_acl_header posix_acl_xattr_header -# endif -# ifdef HAVE_LINUX_POSIX_ACL_XATTR_H -# include -# endif -# endif -#endif +#ifdef CONFIG_FS_POSIX_ACL +# include +# include +#endif /* CONFIG_FS_POSIX_ACL */ #include #include #include #include +#include