Re: [PATCH v6 00/15] btrfs: add data write support for subpage
From: David Sterba <hidden>
Date: 2021-07-07 18:18:19
On Wed, Jul 07, 2021 at 01:41:46PM -0400, Neal Gompa wrote:
quoted
But on the other hand, I'm not sure what's the proper way to introduce a fix for v5.15 window. Should I just disable readahead for compression read (which just needs two lines to return 0 for subpage case in add_ra_bio_pages())? Or should I add the proper fix into the patchset?If this is going into 5.15 instead of 5.14, just add the proper fix into this patch set. But if we want to land this in 5.14, I would suggest disabling it for now and then having a separate patch set for that.
5.14 is not possible, there are other subpage changes already merged so fixes to existing level of support (still limited) can go to 5.14-rcs but this whole patchses it is targeting 5.15.
You're already targeting 5.15 (though I kind of want this in 5.14...), so I suggest going with adding the fix to the patch set.
For 5.15 it's free to do any change, eg. fold the fix or do a separate patch explaining all the details. In general the development changes must be ready at the rc5 time at the latest (with a week or two for some testing and catching last bugs). Once it's due there's like two months until the next code freeze.