X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwirehdr.c;h=e49e237e9de30f542d49f2fe185435e678cbb4a9;hp=aa5ff2292f6c3332e90e723cecc705bc4ea27c61;hb=f4547f0569774eb794fb143362e201f658415f4c;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d diff --git a/lustre/ptlrpc/wirehdr.c b/lustre/ptlrpc/wirehdr.c index aa5ff22..e49e237 100644 --- a/lustre/ptlrpc/wirehdr.c +++ b/lustre/ptlrpc/wirehdr.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,8 +24,10 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2011, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -40,20 +40,9 @@ #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 +# include # endif #endif