diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-22 15:34:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-22 15:34:16 -0500 |
commit | 57b8f112cfe6622ddddb8c2641206bb5fa8a112d (patch) | |
tree | d1d116a5ad503d196071800c217ed104183dcc68 | |
parent | 2101ae42899a14fe7caa73114e2161e778328661 (diff) |
lustre: remove unused declaration
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | drivers/staging/lustre/lustre/llite/llite_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_internal.h b/drivers/staging/lustre/lustre/llite/llite_internal.h index ee8a1d67d191..845e992ca5fc 100644 --- a/drivers/staging/lustre/lustre/llite/llite_internal.h +++ b/drivers/staging/lustre/lustre/llite/llite_internal.h | |||
@@ -631,8 +631,6 @@ struct ll_file_data { | |||
631 | 631 | ||
632 | struct lov_stripe_md; | 632 | struct lov_stripe_md; |
633 | 633 | ||
634 | extern spinlock_t inode_lock; | ||
635 | |||
636 | extern struct dentry *llite_root; | 634 | extern struct dentry *llite_root; |
637 | extern struct kset *llite_kset; | 635 | extern struct kset *llite_kset; |
638 | 636 | ||