On Mon, Jul 12, 2021 at 6:53 AM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
On 7/11/21 10:20 PM, Christoph Hellwig wrote:
This should fіx it:
-#if !defined(CONFIG_DEBUG_BLOCK_EXT_DEVT)
#define SD_MINORS 16
-#else
-#define SD_MINORS 0
-#endif
static void sd_config_discard(struct scsi_disk *, unsigned int);
static void sd_config_write_same(struct scsi_disk *);
Yes, that fixes the problem for me.
Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx>
Thanks for reporting and testing.
Christoph, can I get that as a proper patch with a commit message?