Commit b6c6539b authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman

staging: lustre: osc: Remove remains of osc_ast_guard

osc_ast_guard has been removed by the clio simplification.
Remove the last lock class definition.
Signed-off-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7148
Reviewed-on: http://review.whamcloud.com/16392Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarBobi Jam <bobijam@hotmail.com>
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c90cfdba
...@@ -94,8 +94,6 @@ struct lu_kmem_descr osc_caches[] = { ...@@ -94,8 +94,6 @@ struct lu_kmem_descr osc_caches[] = {
} }
}; };
struct lock_class_key osc_ast_guard_class;
/***************************************************************************** /*****************************************************************************
* *
* Type conversions. * Type conversions.
......
...@@ -2845,7 +2845,6 @@ static struct obd_ops osc_obd_ops = { ...@@ -2845,7 +2845,6 @@ static struct obd_ops osc_obd_ops = {
}; };
extern struct lu_kmem_descr osc_caches[]; extern struct lu_kmem_descr osc_caches[];
extern struct lock_class_key osc_ast_guard_class;
static int __init osc_init(void) static int __init osc_init(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment