X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fgss%2Fgss_api.h;h=a5bbaea6065d3d7ee3684bd7aa41394b482e5914;hb=bee9c1897677473f12c0b807edd3e8fec452bc32;hp=10986a7160042681e82e27a52c93355abce0fdef;hpb=0f8dca08a4f68cba82c2c822998ecc309d3b7aaf;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/gss_api.h b/lustre/ptlrpc/gss/gss_api.h index 10986a7..a5bbaea 100644 --- a/lustre/ptlrpc/gss/gss_api.h +++ b/lustre/ptlrpc/gss/gss_api.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * Modifications for Lustre * * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. @@ -101,14 +99,14 @@ struct subflavor_desc { /* Each mechanism is described by the following struct: */ struct gss_api_mech { - cfs_list_t gm_list; - cfs_module_t *gm_owner; - char *gm_name; - rawobj_t gm_oid; - cfs_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: */