Re: [PATCH v2 1/2] file-posix: probe discard alignment on Linux block devices

2025-04-16 Thread Kevin Wolf
Am 14.04.2025 um 17:34 hat Stefan Hajnoczi geschrieben: > On Fri, Apr 11, 2025 at 10:15:13AM +0200, Hanna Czenczek wrote: > > On 10.04.25 20:41, Stefan Hajnoczi wrote: > > > Populate the pdiscard_alignment block limit so the block layer is able > > > align discard requests correctly. > > > > > > S

Re: [PATCH v2 1/2] file-posix: probe discard alignment on Linux block devices

2025-04-14 Thread Stefan Hajnoczi
On Fri, Apr 11, 2025 at 10:15:13AM +0200, Hanna Czenczek wrote: > On 10.04.25 20:41, Stefan Hajnoczi wrote: > > Populate the pdiscard_alignment block limit so the block layer is able > > align discard requests correctly. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > block/file-posix.c | 56

Re: [PATCH v2 1/2] file-posix: probe discard alignment on Linux block devices

2025-04-11 Thread Hanna Czenczek
On 10.04.25 20:41, Stefan Hajnoczi wrote: Populate the pdiscard_alignment block limit so the block layer is able align discard requests correctly. Signed-off-by: Stefan Hajnoczi --- block/file-posix.c | 56 +- 1 file changed, 55 insertions(+), 1 de