lkml.org 
[lkml]   [2006]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Patch] jbd commit code deadloop when installing Linux

* Zou Nan hai <nanhai.zou@intel.com> wrote:

> @@ -4094,8 +4093,7 @@ int cond_resched_lock(spinlock_t *lock)

> - __cond_resched();
> - ret = 1;
> + ret |= __cond_resched();

> @@ -4106,14 +4104,13 @@ EXPORT_SYMBOL(cond_resched_lock);

> - __cond_resched();
> + ret = __cond_resched();

Acked-by: Ingo Molnar <mingo@elte.hu>

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-28 09:46    [W:0.052 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site