Hi! > Support of extended attributes in cgroups was added in Linux 3.7. > > Signed-off-by: Alexey Kodanev <[email protected]> > --- > runtest/controllers | 1 + > .../kernel/controllers/cgroup_xattr/.gitignore | 1 + > testcases/kernel/controllers/cgroup_xattr/Makefile | 19 + > testcases/kernel/controllers/cgroup_xattr/README | 25 ++ > .../kernel/controllers/cgroup_xattr/cgroup_xattr.c | 435 > ++++++++++++++++++++ > 5 files changed, 481 insertions(+), 0 deletions(-) > create mode 100644 testcases/kernel/controllers/cgroup_xattr/.gitignore > create mode 100644 testcases/kernel/controllers/cgroup_xattr/Makefile > create mode 100644 testcases/kernel/controllers/cgroup_xattr/README > create mode 100644 testcases/kernel/controllers/cgroup_xattr/cgroup_xattr.c
Pushed after removing trailing whitespace from the Makefile, thanks. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
