commit | 355e0c48b757b7fcc79ccb98fda8105ed37a1598 | [log] [tgz] |
---|---|---|
author | Paul Menage <menage@google.com> | Thu Oct 18 23:39:33 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 11:53:36 2007 -0700 |
tree | f9687961979a808e46620f4bdf9af05de2fd68e2 | |
parent | bbcb81d09104f0d440974b994c1fc508ccbe9503 [diff] |
Add cgroup write_uint() helper method Add write_uint() helper method for cgroup subsystems This helper is analagous to the read_uint() helper method for reporting u64 values to userspace. It's designed to reduce the amount of boilerplate requierd for creating new cgroup subsystems. Signed-off-by: Paul Menage <menage@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>