Mike Latimer Restrict udev rules to disk devices only
- https://github.com/vmware/open-vm-tools/pull/216
+Thomas Mueller Ignore ENXIO errors with SyncDriver
+ - https://github.com/vmware/open-vm-tools/pull/218
/*********************************************************
- * Copyright (C) 2011-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2011-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
Debug(LGPFX "cannot access mounted directory '%s'.\n", path);
continue;
+ case ENXIO:
+ /*
+ * A bind-mounted file, such as a mount of /dev/log for a
+ * chrooted application, will land us here. Just skip it.
+ */
+ Debug(LGPFX "no such device or address '%s'.\n", path);
+ continue;
+
case EIO:
/*
* A mounted HGFS filesystem with the backend disabled will give