diff options
author | Paul Menage <menage@google.com> | 2008-05-06 20:42:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-08 10:46:56 -0700 |
commit | 5be7a4792a31df6f2cd44bfba8da467ea20a0642 (patch) | |
tree | 87ec7f4f59f52a729ab21aa6d6bf3d3e6cad9474 /include | |
parent | 4ea33e2dc2dab10960877e1649ee527c033f42c0 (diff) | |
download | op-kernel-dev-5be7a4792a31df6f2cd44bfba8da467ea20a0642.zip op-kernel-dev-5be7a4792a31df6f2cd44bfba8da467ea20a0642.tar.gz |
Fix cpuset sched_relax_domain_level control file
Due to a merge conflict, the sched_relax_domain_level control file was marked
as being handled by cpuset_read/write_u64, but the code to handle it was
actually in cpuset_common_file_read/write.
Since the value being written/read is in fact a signed integer, it should be
treated as such; this patch adds cpuset_read/write_s64 functions, and uses
them to handle the sched_relax_domain_level file.
With this patch, the sched_relax_domain_level can be read and written, and the
correct contents seen/updated.
Signed-off-by: Paul Menage <menage@google.com>
Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Paul Jackson <pj@sgi.com>
Cc: Ingo Molnar <mingo@elte.hu>
Reviewed-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions