| From 57b8f112cfe6622ddddb8c2641206bb5fa8a112d Mon Sep 17 00:00:00 2001 |
| From: Al Viro <viro@zeniv.linux.org.uk> |
| Date: Fri, 22 Jan 2016 15:34:16 -0500 |
| Subject: lustre: remove unused declaration |
| |
| From: Al Viro <viro@zeniv.linux.org.uk> |
| |
| commit 57b8f112cfe6622ddddb8c2641206bb5fa8a112d upstream. |
| |
| Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |
| Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| |
| --- |
| drivers/staging/lustre/lustre/llite/llite_internal.h | 2 -- |
| 1 file changed, 2 deletions(-) |
| |
| --- 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 { |
| |
| struct lov_stripe_md; |
| |
| -extern spinlock_t inode_lock; |
| - |
| extern struct dentry *llite_root; |
| extern struct kset *llite_kset; |
| |