Commit fe764c2c authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

mount: add btrfs into fstypes

It's used by phys_stat_resolve_dev (broken by c5d2386a)
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 976265a0
...@@ -669,6 +669,9 @@ static struct fstype fstypes[] = { ...@@ -669,6 +669,9 @@ static struct fstype fstypes[] = {
}, { }, {
.name = "simfs", .name = "simfs",
.code = FSTYPE__SIMFS, .code = FSTYPE__SIMFS,
}, {
.name = "btrfs",
.code = FSTYPE__UNSUPPORTED,
} }
}; };
......
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