aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorShaohua Li <shli@kernel.org>2012-05-21 09:26:59 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-01 15:12:56 +0800
commit85968a996b092b9fe3bef36065e758dcd1550a23 (patch)
treef2551c242e49867c16751df0613dab17791734e4 /drivers/tty
parentbeb9576530bc9a2685847fa1fcbf96b97686fcaf (diff)
downloadkernel_samsung_smdk4412-85968a996b092b9fe3bef36065e758dcd1550a23.zip
kernel_samsung_smdk4412-85968a996b092b9fe3bef36065e758dcd1550a23.tar.gz
kernel_samsung_smdk4412-85968a996b092b9fe3bef36065e758dcd1550a23.tar.bz2
md: using GFP_NOIO to allocate bio for flush request
commit b5e1b8cee7ad58a15d2fa79bcd7946acb592602d 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>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions