]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] dm crypt: disable barriers
authorMilan Broz <mbroz@redhat.com>
Wed, 13 Jun 2007 19:56:39 +0000 (15:56 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Aug 2007 08:02:28 +0000 (10:02 +0200)
commit9d6effd49c65970b9cc35ce346fa510eeccd5127
treef3a72cbbee2cddf0e1bb705da11ac101472be4e4
parentc6de5adc0aae0e5953968aedcfb24be302d786d2
[PATCH] dm crypt: disable barriers

Disable barriers in dm-crypt because of current workqueue processing can
reorder requests.

This must be addresed later but for now disabling barriers is needed to
prevent data corruption.

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/md/dm-crypt.c