On Mon, Jan 09, 2017 at 11:04:24AM -0500, Tejun Heo wrote: > ata_force_param_buf is __initdata and shouldn't really matter. > ata_scsi_rbuf, hmmm, idk. Maybe we can allocate it dynamically when > registering the first ATA device so that systems w/o them can avoid > the wastage. Having it global is kinda weird anyway. But looking the code none of the commands actually using is in the paging path, so it could simply be replaced with a dynamic allocation in ata_scsi_rbuf_fill for the actually needed size, which often will be very small, or sometimes even 0. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html