diff options
author | 2008-03-12 23:57:49 -0700 | |
---|---|---|
committer | 2008-03-17 11:14:17 -0700 | |
commit | caeab084deb61cd2d51cb8facc0e894a5b406aa4 (patch) | |
tree | 9a5bebe51b0dce51169bf86c6a0fb91d0c929c56 /drivers/ide/ide-lib.c | |
parent | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev (diff) | |
download | wireguard-linux-caeab084deb61cd2d51cb8facc0e894a5b406aa4.tar.xz wireguard-linux-caeab084deb61cd2d51cb8facc0e894a5b406aa4.zip |
slub page alloc fallback: Enable interrupts for GFP_WAIT.
The fallback path needs to enable interrupts like done for
the other page allocator calls. This was not necessary with
the alternate fast path since we handled irq enable/disable in
the slow path. The regular fastpath handles irq enable/disable
around calls to the slow path so we need to restore the proper
status before calling the page allocator from the slowpath.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Diffstat (limited to 'drivers/ide/ide-lib.c')
0 files changed, 0 insertions, 0 deletions