diff options
author | Ryota Ozaki <ozaki.ryota@gmail.com> | 2012-05-30 00:06:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-30 01:22:19 +0200 |
commit | f62388187207bea83f1865d507bf892a1f9152c3 (patch) | |
tree | 734af4486b123cb15b6a5b49f37db24c74d82c5c /fs/ext3 | |
parent | mm: vmscan: remove reclaim_mode_t (diff) | |
download | linux-f62388187207bea83f1865d507bf892a1f9152c3.tar.xz linux-f62388187207bea83f1865d507bf892a1f9152c3.zip |
mm: fix off-by-one bug in print_nodes_state()
/sys/devices/system/node/{online,possible} outputs a garbage byte
because print_nodes_state() returns content size + 1. To fix the bug,
the patch changes the use of cpuset_sprintf_cpulist to follow the use at
other places, which is clearer and safer.
This bug was introduced in v2.6.24 (commit bde631a51876: "mm: add node
states sysfs class attributeS").
Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ext3')
0 files changed, 0 insertions, 0 deletions