Files
linux/drivers/md
Shaohua Li 85968a996b md: using GFP_NOIO to allocate bio for flush request
commit b5e1b8cee7 upstream.

A flush request is usually issued in transaction commit code path, so
using GFP_KERNEL to allocate memory for flush request bio falls into
the classic deadlock issue.

This is suitable for any -stable kernel to which it applies as it
avoids a possible deadlock.

Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-01 15:12:56 +08:00
..
2012-03-12 10:33:01 -07:00
2012-03-12 10:33:01 -07:00
2011-08-04 21:58:43 -07:00