linux/debian/patches/debian/cgroup-avoid-ABI-change-in-...

13 lines
354 B
Diff

--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -303,6 +303,9 @@ struct cftype {
/* CFTYPE_* flags */
unsigned int flags;
+ /* unused; for ABI compatibility only */
+ struct simple_xattrs xattrs;
+
int (*open)(struct inode *inode, struct file *file);
ssize_t (*read)(struct cgroup *cgrp, struct cftype *cft,
struct file *file,