staging/lustre/llite: get rid of unused ll_super_blocks list
authorOleg Drokin <green@linuxhacker.ru>
Sun, 9 Aug 2015 00:09:06 +0000 (20:09 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 00:33:23 +0000 (17:33 -0700)
commitad88aae057b9f952f1cbd2f5df8325b95ba7bb75
treea4d902662a1b4e3b32eabb25c86b1f012638b5fb
parentd38c59e9ab203427f14ab6691529bac098adbacd
staging/lustre/llite: get rid of unused ll_super_blocks list

ll_super_blocks became unused quite a while ago with switch
to the new CLIO code.
So this patch removes the list, ll_sb_lock spinlock that guards it
and superblock info ll_list linkage.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/llite_lib.c