commit | 67acfd21885b70ae0cd11f12e34821be3d8b90bb | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Jun 12 17:48:11 2019 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 07 12:31:31 2020 +0200 |
tree | 6f7762c221d6ff3f988e42bb93147ac9e59ae88e | |
parent | cb8503159a46f862303680816b1768bef78ac4e3 [diff] |
stream: Deal with filters Because of the (not so recent anymore) changes that make the stream job independent of the base node and instead track the node above it, we have to split that "bottom" node into two cases: The bottom COW node, and the node directly above the base node (which may be an R/W filter or the bottom COW node). Signed-off-by: Max Reitz <mreitz@redhat.com>