[PATCH 07/10] kernfs: add kernfs_open_file->priv

From: Tejun Heo
Date: Mon Feb 03 2014 - 14:09:37 EST


Add a private data field to be used by kernfs file operations. This
generally makes sense and will be used by cgroup.

Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
---
include/linux/kernfs.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h
index 47f5235..9ca0f09 100644
--- a/include/linux/kernfs.h
+++ b/include/linux/kernfs.h
@@ -146,6 +146,7 @@ struct kernfs_open_file {
/* published fields */
struct kernfs_node *kn;
struct file *file;
+ void *priv;

/* private fields, do not use outside kernfs proper */
struct mutex mutex;
--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/