export/fuse: Give SET_ATTR_SIZE its own branch
commit9bad96a8cc669a3b399b9d739b505fdc592acaa4
authorMax Reitz <mreitz@redhat.com>
Fri, 25 Jun 2021 14:23:14 +0000 (25 16:23 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Jul 2021 10:26:05 +0000 (9 12:26 +0200)
treeb1c37733f1ed4ad369027a8ae604972acee87dbe
parent8fc54f9428b9763f8003bd5f5dd440946210fc80
export/fuse: Give SET_ATTR_SIZE its own branch

In order to support changing other attributes than the file size in
fuse_setattr(), we have to give each its own independent branch.  This
also applies to the only attribute we do support right now.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20210625142317.271673-4-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/export/fuse.c