diff options
Diffstat (limited to 'tools/hv/hv_vss_daemon.c')
| -rw-r--r-- | tools/hv/hv_vss_daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c index 520de3304571..6a213b8cd7b9 100644 --- a/tools/hv/hv_vss_daemon.c +++ b/tools/hv/hv_vss_daemon.c | |||
| @@ -87,6 +87,8 @@ static int vss_operate(int operation) | |||
| 87 | continue; | 87 | continue; |
| 88 | if (strcmp(ent->mnt_type, "iso9660") == 0) | 88 | if (strcmp(ent->mnt_type, "iso9660") == 0) |
| 89 | continue; | 89 | continue; |
| 90 | if (strcmp(ent->mnt_type, "vfat") == 0) | ||
| 91 | continue; | ||
| 90 | if (strcmp(ent->mnt_dir, "/") == 0) { | 92 | if (strcmp(ent->mnt_dir, "/") == 0) { |
| 91 | root_seen = 1; | 93 | root_seen = 1; |
| 92 | continue; | 94 | continue; |
