X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lockd.c;h=da9a6f76a8afafe7080a4d1f30c2893d801b49d8;hp=d009a1fe7a88afb10846e08930ebeca43938117c;hb=30d23e8d36d8b0b4d2571e7801e3643b0e7ab22e;hpb=82b79742c8e86650d1441828ef727c21e88faff8 diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index d009a1f..da9a6f7 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -2614,7 +2614,7 @@ static int ldlm_cleanup(void) RETURN(0); } -int __init ldlm_init(void) +int ldlm_init(void) { cfs_init_mutex(&ldlm_ref_sem); cfs_init_mutex(ldlm_namespace_lock(LDLM_NAMESPACE_SERVER)); @@ -2647,7 +2647,7 @@ int __init ldlm_init(void) return 0; } -void __exit ldlm_exit(void) +void ldlm_exit(void) { int rc; if (ldlm_refcount)