[CRIU] [PATCH] mount: add btrfs into fstypes
Pavel Emelyanov
xemul at parallels.com
Wed Dec 11 13:07:26 PST 2013
On 12/12/2013 01:05 AM, Andrew Vagin wrote:
> It's used by phys_stat_resolve_dev
>
> Signed-off-by: Andrew Vagin <avagin at openvz.org>
> ---
> mount.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/mount.c b/mount.c
> index 955d338..1b5f2fb 100644
> --- a/mount.c
> +++ b/mount.c
> @@ -669,6 +669,9 @@ static struct fstype fstypes[] = {
> }, {
> .name = "simfs",
> .code = FSTYPE__SIMFS,
> + }, {
> + .name = "btrfs",
> + .code = FSTYPE__UNSUPPORTED,
> }
> };
>
>
applied, thanks a lot!
More information about the CRIU
mailing list