staging: lustre: llite: remove lloop device
authorJames Simmons <jsimmons@infradead.org>
Wed, 8 Jun 2016 22:50:12 +0000 (18:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2016 01:29:52 +0000 (18:29 -0700)
commit67b1a24e883c8ca716ca3524b2ca1ca5579a48be
treeac83b271ecf1e2d11bf4c9f6f06b1d26605457ca
parentaabb406008fc722ff2c992867d755ec2176e55b5
staging: lustre: llite: remove lloop device

The lloop device was original developed to work around
the lack of direct I/O for the default loop back device.
Also the lloop device greatly out performed the default
loop back device. The lloop hasn't been worked on for
some time and now it no longer out performs the loop
device and loop now supports direct I/O. Since this is
the case we can delete this device.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/Kconfig
drivers/staging/lustre/lustre/llite/Makefile
drivers/staging/lustre/lustre/llite/lloop.c [deleted file]