Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363233
b: refs/heads/master
c: 10b637b
h: refs/heads/master
i:
  363231: 818bae2
v: v3
  • Loading branch information
Olaf Hering authored and Greg Kroah-Hartman committed Apr 24, 2013
1 parent e3fb174 commit 5b2317a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b413b65531422cc3d12a8acf53a43bc0d3c9f7b
refs/heads/master: 10b637b4c8a21b299f691cecc4b6f16f44936c6d
2 changes: 2 additions & 0 deletions trunk/tools/hv/hv_vss_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ static int vss_operate(int operation)
while((ent = getmntent(mounts))) {
if (strncmp(ent->mnt_fsname, match, strlen(match)))
continue;
if (strcmp(ent->mnt_type, "iso9660") == 0)
continue;
if (strcmp(ent->mnt_dir, "/") == 0) {
root_seen = 1;
continue;
Expand Down

0 comments on commit 5b2317a

Please sign in to comment.