]> Git Repo - linux.git/commit
mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()
authorBob Liu <[email protected]>
Mon, 24 May 2010 21:32:00 +0000 (14:32 -0700)
committerLinus Torvalds <[email protected]>
Tue, 25 May 2010 15:06:57 +0000 (08:06 -0700)
commit6eb27e1fdf5781719a3d2e90e6c89fa012135c62
tree23be89303ad69f5728f69665dfadf2b4dc45628c
parent6d556294d5b27fb12f18be7495af45b6156a409e
mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()

In policy_zonelist() mode MPOL_INTERLEAVE shouldn't happen, so fall
through to BUG() instead of break to return.  I also fixed the comment.

Signed-off-by: Bob Liu <[email protected]>
Acked-by: David Rientjes <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mempolicy.c
This page took 0.054026 seconds and 4 git commands to generate.