Whamcloud - gitweb
LU-7064 obd: detect errors from llog_declare_destroy()
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_api.h
index 1bc9e10..a5bbaea 100644 (file)
@@ -1,9 +1,7 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * Modifications for Lustre
  *
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  *
  * Author: Eric Mei <ericm@clusterfs.com>
  */
@@ -101,14 +99,14 @@ struct subflavor_desc {
 
 /* Each mechanism is described by the following struct: */
 struct gss_api_mech {
-        struct list_head        gm_list;
-        struct module          *gm_owner;
-        char                   *gm_name;
-        rawobj_t                gm_oid;
-        atomic_t                gm_count;
-        struct gss_api_ops     *gm_ops;
-        int                     gm_sf_num;
-        struct subflavor_desc  *gm_sfs;
+       struct list_head        gm_list;
+       struct module          *gm_owner;
+       char                   *gm_name;
+       rawobj_t                gm_oid;
+       atomic_t                gm_count;
+       struct gss_api_ops     *gm_ops;
+       int                     gm_sf_num;
+       struct subflavor_desc  *gm_sfs;
 };
 
 /* and must provide the following operations: */