Re: [PATCH] gluster: Align block-status tail

2021-09-07 Thread Hanna Reitz
On 05.08.21 16:36, Max Reitz wrote: gluster's block-status implementation is basically a copy of that in block/file-posix.c, there is only one thing missing, and that is aligning trailing data extents to the request alignment (as added by commit 9c3db310ff0). Note that 9c3db310ff0 mentions that

Re: [PATCH] gluster: Align block-status tail

2021-08-05 Thread Eric Blake
On Thu, Aug 05, 2021 at 04:36:03PM +0200, Max Reitz wrote: > gluster's block-status implementation is basically a copy of that in > block/file-posix.c, there is only one thing missing, and that is > aligning trailing data extents to the request alignment (as added by > commit 9c3db310ff0). > >

[PATCH] gluster: Align block-status tail

2021-08-05 Thread Max Reitz
gluster's block-status implementation is basically a copy of that in block/file-posix.c, there is only one thing missing, and that is aligning trailing data extents to the request alignment (as added by commit 9c3db310ff0). Note that 9c3db310ff0 mentions that "there seems to be no other block