git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0a12c
)
cpuset: fix the return value of cpuset_write_u64()
author
Li Zefan
<lizefan@huawei.com>
Tue, 13 Aug 2013 02:05:59 +0000
(10:05 +0800)
committer
Tejun Heo
<tj@kernel.org>
Tue, 13 Aug 2013 14:54:40 +0000
(10:54 -0400)
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>
No differences found