aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cgroup.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index c3d698a72e02..b32a0f8ae9ad 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -444,12 +444,9 @@ struct cftype {
444 * read_s64() is a signed version of read_u64() 444 * read_s64() is a signed version of read_u64()
445 */ 445 */
446 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); 446 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft);
447 /* 447
448 * read_seq_string() is used for outputting a simple sequence 448 /* generic seq_file read interface */
449 * using seqfile. 449 int (*seq_show)(struct seq_file *sf, void *v);
450 */
451 int (*read_seq_string)(struct cgroup_subsys_state *css,
452 struct cftype *cft, struct seq_file *m);
453 450
454 /* 451 /*
455 * write_u64() is a shortcut for the common case of accepting 452 * write_u64() is a shortcut for the common case of accepting