X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_sec.h;h=d6fbd2fc36eae0716a465732d67a3130166ec97e;hp=fab22997ebac4fbb857c61fd0d70d419220657ae;hb=20544bd96269dbda51a76d31c2d09935637e8b2d;hpb=3f90f344ae059b30e7d23e4fe554a985eb827b02 diff --git a/lustre/include/lustre_sec.h b/lustre/include/lustre_sec.h index fab2299..d6fbd2f 100644 --- a/lustre/include/lustre_sec.h +++ b/lustre/include/lustre_sec.h @@ -26,6 +26,8 @@ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -512,7 +514,7 @@ struct ptlrpc_cli_ctx { unsigned int cc_early_expire:1; unsigned long cc_flags; struct vfs_cred cc_vcred; - cfs_spinlock_t cc_lock; + spinlock_t cc_lock; cfs_list_t cc_req_list; /* waiting reqs linked here */ cfs_list_t cc_gc_chain; /* linked to gc chain */ }; @@ -827,7 +829,7 @@ struct ptlrpc_sec { unsigned int ps_dying:1; /** owning import */ struct obd_import *ps_import; - cfs_spinlock_t ps_lock; + spinlock_t ps_lock; /* * garbage collection @@ -883,13 +885,6 @@ enum sptlrpc_bulk_hash_alg { BULK_HASH_ALG_MAX }; -struct sptlrpc_hash_type { - char *sht_name; - char *sht_tfm_name; - unsigned int sht_size; -}; - -const struct sptlrpc_hash_type *sptlrpc_get_hash_type(__u8 hash_alg); const char * sptlrpc_get_hash_name(__u8 hash_alg); __u8 sptlrpc_get_hash_alg(const char *algname);