X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Flustre_handles.h;h=365010b21b2d30283506ccf944c9d68918eaed5c;hp=afbe6e5e5c03bc3322ff05fab5c28404854a66bc;hb=9c71dacaf0b16c10952b4d788016e70b667cd77b;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d diff --git a/lustre/include/linux/lustre_handles.h b/lustre/include/linux/lustre_handles.h index afbe6e5..365010b 100644 --- a/lustre/include/linux/lustre_handles.h +++ b/lustre/include/linux/lustre_handles.h @@ -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,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -45,16 +43,12 @@ #include #include #include -#include #include #include #include -# ifdef HAVE_RCU -# include /* for rcu_head{} */ -# else -struct rcu_head { }; -# endif +#include /* for rcu_head{} */ +typedef struct rcu_head cfs_rcu_head_t; #endif /* ifdef __KERNEL__ */