commit | 4763ee37488219045d8abd310bc90d0d8dc444ea | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Thu Sep 17 18:46:55 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:31 2015 -0400 |
tree | a22afc36f15978ea0d61eec3df3b2228a3ceb60d | |
parent | de4e949ed545048cd2223aa6ad0001b6a04ab895 [diff] |
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>