Commit 232e3a28 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

proc_parse: Introduce @private member into mount_info structure

It will hold auxiliary data associated with mount point. We
will use it for btrfs handling but in future it can be extended.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent eeb21b8a
...@@ -126,6 +126,8 @@ struct mount_info { ...@@ -126,6 +126,8 @@ struct mount_info {
struct mount_info *mnt_master; /* slave is on master->mnt_slave_list */ struct mount_info *mnt_master; /* slave is on master->mnt_slave_list */
struct list_head postpone; struct list_head postpone;
void *private; /* associated filesystem data */
}; };
extern struct mount_info *mnt_entry_alloc(); extern struct mount_info *mnt_entry_alloc();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment