]> asedeno.scripts.mit.edu Git - linux.git/commit
Tools: hv: vss: Skip freezing filesystems backed by loop
authorAlex Ng <alexng@messages.microsoft.com>
Sun, 6 Aug 2017 20:12:52 +0000 (13:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 16:14:42 +0000 (09:14 -0700)
commitea81fdf0981d9a4a998a015d325bed67624811f7
treeca2364878d9f65a4472f3ae4a658b69a570ee093
parent5f972797b1b97ab94ef48188321bff6cc190a2e0
Tools: hv: vss: Skip freezing filesystems backed by loop

Since a loop device is backed by a file, a backup will already result in
its parent filesystem being frozen. It's sufficient to just freeze the
parent filesystem, so we can skip the loop device.

This avoids a situation where a loop device and its parent filesystem are
both frozen and then thawed out of order. For example, if the loop device
is enumerated first, we would thaw it while its parent filesystem is still
frozen. The thaw operation fails and the loop device remains frozen.

Signed-off-by: Alex Ng <alexng@messages.microsoft.com>
Signed-off-by: Vyronas Tsingaras <vyronas@vtsingaras.me>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_vss_daemon.c