lkml.org 
[lkml]   [2012]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4 3/6] block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
On Sat,  3 Nov 2012 16:35:11 +0800
Ming Lei <ming.lei@canonical.com> wrote:

> This patch applyes the introduced pm_runtime_set_memalloc_noio on
> block device so that PM core will teach mm to not allocate memory with
> GFP_IOFS when calling the runtime_resume and runtime_suspend callback
> for block devices and its ancestors.
>
> ...
>
> @@ -532,6 +533,13 @@ static void register_disk(struct gendisk *disk)
> return;
> }
> }
> +
> + /* avoid probable deadlock caused by allocating memory with

Again, please fix the comment style. Take a look at the rest of this file!

> + * GFP_KERNEL in runtime_resume callback of its all ancestor
> + * deivces

typo

> + */



\
 
 \ /
  Last update: 2012-11-07 01:01    [W:2.573 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site