On Mon, Aug 7, 2017 at 8:37 PM, Tejun Heo <tj@xxxxxxxxxx> wrote: > Hello, > > On Mon, Aug 07, 2017 at 04:02:02PM +0530, Bhumika Goyal wrote: >> Make ata_port_operations structures const as it is only stored in the >> inherits field of an ata_port_operations structure. Therefore make it >> const. >> >> Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx> > > How did you test the patch? > I compiled the .o files and checked the size before and after compilation. After making the structure const, bytes should move from data to text segment of the memory and this is what happened. So, this is how I tested it. Thanks, Bhumika > Thanks. > > -- > tejun -- 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