[CRIU] [PATCH 7/9] proc_parse: Introduce @private member into mount_info structure
Pavel Emelyanov
xemul at parallels.com
Tue Dec 3 10:34:54 PST 2013
On 12/03/2013 07:58 PM, Cyrill Gorcunov wrote:
>
> 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: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
> include/proc_parse.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> @@ -126,6 +126,8 @@ struct mount_info {
> struct mount_info *mnt_master; /* slave is on master->mnt_slave_list */
>
> struct list_head postpone;
> +
> + void *private; /* associated btrfs data */
s/btrfs/filesystem/
> };
>
> extern struct mount_info *mnt_entry_alloc();
More information about the CRIU
mailing list