]> git.baikalelectronics.ru Git - kernel.git/commit
dio: Remove code handling bio_alloc failure with __GFP_WAIT
authorNikanth Karthikesan <knikanth@suse.de>
Wed, 15 Apr 2009 05:05:52 +0000 (10:35 +0530)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 15 Apr 2009 10:10:13 +0000 (12:10 +0200)
commitc8047c8fdd84af05b130c7cd7d7f5d853609a85d
tree55cf4b785995ea84635aa952bfbb6a8be3edacdc
parentad2fffee629df50675b825e8bb7e0fb2bae4988f
dio: Remove code handling bio_alloc failure with __GFP_WAIT

Remove code handling bio_alloc failure with __GFP_WAIT.
GFP_KERNEL implies __GFP_WAIT.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/direct-io.c