Revert "hdd_menu: only offer filesystems with kernel support"

- breaks user-space fs like exfat

This reverts commit 141872565e.
This commit is contained in:
[CST] Focus
2015-02-10 15:07:28 +03:00
parent 990e79aa6f
commit 6d287e46f7
2 changed files with 0 additions and 30 deletions

View File

@@ -64,7 +64,6 @@ class CHDDMenuHandler : public CMenuTarget
bool mounted;
};
std::vector<hdd_s> hdd_list;
std::set<std::string> kernel_fs_list;
struct cmp_hdd_by_name: public binary_function <const struct hdd_s, const struct hdd_s, bool>
{
bool operator() (const struct hdd_s c1, const struct hdd_s c2)
@@ -85,7 +84,6 @@ class CHDDMenuHandler : public CMenuTarget
bool add_dev(std::string dev, std::string part);
bool waitfordev(std::string dev, int maxwait);
void check_dev_tools();
void check_kernel_fs();
devtool_s * get_dev_tool(std::string fmt);
int showDeviceMenu(std::string dev);