diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-15 21:18:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-15 21:22:48 +0100 |
commit | 6700ec65c207068a81a535e9dca616fefac21671 (patch) | |
tree | e7acfee960655670d8ce0e336f656f9325e823f0 /mm/mprotect.c | |
parent | 868a23a8043f2a3042dae60105c89bd4680187ba (diff) | |
download | op-kernel-dev-6700ec65c207068a81a535e9dca616fefac21671.zip op-kernel-dev-6700ec65c207068a81a535e9dca616fefac21671.tar.gz |
lockdep: annotate reclaim context (__GFP_NOFS), fix
Impact: fix build warning
Fix:
mm/vmscan.c: In function ‘kswapd’:
mm/vmscan.c:1969: warning: ISO C90 forbids mixed declarations and code
node_to_cpumask_ptr(cpumask, pgdat->node_id), has a side-effect: it
defines the 'cpumask' local variable as well, so it has to go into
the variable definition section.
Sidenote: it might make sense to make this purpose of these macros
more apparent, by naming them the standard way, such as:
DEFINE_node_to_cpumask_ptr(cpumask, pgdat->node_id);
(But that is outside the scope of this patch.)
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Mike Travis <travis@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Nick Piggin <npiggin@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'mm/mprotect.c')
0 files changed, 0 insertions, 0 deletions