disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
authorHans de Goede <hdegoede@redhat.com>
Thu, 17 Sep 2015 22:46:55 +0000 (18:46 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 24 Oct 2015 17:50:31 +0000 (13:50 -0400)
commitafc1744ec87d26965fc9a311554e0d50962555bd
treea22afc36f15978ea0d61eec3df3b2228a3ceb60d
parent83636fa09d6b35279381b9fc497203a206fbb445
disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set

This is not necessary / useful when not building with CONFIG_SANDBOX and
with the addition of ubifs support to the generic fs commands it actually
gets in the way, since both operate on a fake / NULL blkdev.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
disk/part.c