]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Remove code handling bio_alloc failure with __GFP_WAIT
authorNikanth Karthikesan <knikanth@suse.de>
Wed, 15 Apr 2009 05:06:16 +0000 (10:36 +0530)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 15 Apr 2009 10:10:13 +0000 (12:10 +0200)
commitc21e75999d498853c8aae301c8b8b3427541837f
tree569375339adae68e4773406de0640522158ff12e
parentc8047c8fdd84af05b130c7cd7d7f5d853609a85d
ext4: Remove code handling bio_alloc failure with __GFP_WAIT

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

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