diff options
author | Lee Schermerhorn <lee.schermerhorn@hp.com> | 2010-05-24 23:32:03 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 17:06:57 +0200 |
commit | b4652e8429100ba5c3ddb49499faa1188c98c246 (patch) | |
tree | 55fa4fcdb8e8cf067b1474cc7068163e152f3075 /Documentation/ja_JP | |
parent | mempolicy: don't call mpol_set_nodemask() when no_context (diff) | |
download | linux-b4652e8429100ba5c3ddb49499faa1188c98c246.tar.xz linux-b4652e8429100ba5c3ddb49499faa1188c98c246.zip |
mempolicy: lose unnecessary loop variable in mpol_parse_str()
We don't really need the extra variable 'i' in mpol_parse_str(). The only
use is as the the loop variable. Then, it's assigned to 'mode'. Just use
mode, and loose the 'uninitialized_var()' macro.
Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Ravikiran Thirumalai <kiran@scalex86.org>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/ja_JP')
0 files changed, 0 insertions, 0 deletions