]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e5ded360406faa456183e7cd6544e74b48151b2
treeac83b271ecf1e2d11bf4c9f6f06b1d26605457ca
parent52481c2168d9d5e9ec29e65d43989af19e7aee5a
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]