]> git.baikalelectronics.ru Git - kernel.git/commit
cpuset: fix the return value of cpuset_write_u64()
authorLi Zefan <lizefan@huawei.com>
Tue, 13 Aug 2013 02:05:59 +0000 (10:05 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 13 Aug 2013 14:54:40 +0000 (10:54 -0400)
commit7776c9fe47bc382c43deb0cf995d471923604895
treeaa0c88bb6e99dd163c541ef5d4f47a3fc5aa9932
parentfd057509600713729fd2a811d1d0a5767bdb9de0
cpuset: fix the return value of cpuset_write_u64()

Writing to this file always returns -ENODEV:

  # echo 1 > cpuset.memory_pressure_enabled
  -bash: echo: write error: No such device

Signed-off-by: Li Zefan <lizefan@huawei.com>
Cc: <stable@vger.kernel.org> # 3.9+
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cpuset.c