On Sat, Feb 19, 2022 at 08:44:18PM -0500, Martin K. Petersen wrote: > > -static ssize_t queue_write_same_max_show(struct request_queue *q, char *page) > > -{ > > - return sprintf(page, "%llu\n", > > - (unsigned long long)q->limits.max_write_same_sectors << 9); > > -} > > - > > This tripped one of my test scripts. We should probably return 0 here > like we did for discard_zeroes_data and leave the sysfs entry in place. The maybe fold this in? ---