tools: hv: skip iso9660 mounts in hv_vss_daemon
authorOlaf Hering <olaf@aepfle.de>
Wed, 24 Apr 2013 14:48:53 +0000 (07:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Apr 2013 16:02:35 +0000 (09:02 -0700)
commit10b637b4c8a21b299f691cecc4b6f16f44936c6d
treef046c2085ef310fafd7a51a490406e82bca2f224
parent7b413b65531422cc3d12a8acf53a43bc0d3c9f7b
tools: hv: skip iso9660 mounts in hv_vss_daemon

fsreeze does not work for iso9660 filesystems. A ENOSUPP may be caught
in the freeze case, but the subsequent thaw call would fail and leads to
a false error.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_vss_daemon.c
This page took 0.044725 seconds and 5 git commands to generate.