Re: [PATCH 2/4] export/fuse: Give SET_ATTR_SIZE its own branch

2021-06-22 Thread Kevin Wolf
Am 14.06.2021 um 16:44 hat Max Reitz geschrieben: > 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

[PATCH 2/4] export/fuse: Give SET_ATTR_SIZE its own branch

2021-06-14 Thread Max Reitz
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 --- block/export/fuse.c | 20 +++- 1 file changed, 11