diff --git a/include/proc_parse.h b/include/proc_parse.h index 8d60ca0a0..dd6e62a52 100644 --- a/include/proc_parse.h +++ b/include/proc_parse.h @@ -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 filesystem data */ }; extern struct mount_info *mnt_entry_alloc();