On 2019-05-09 11:47 a.m., Elliott, Robert (Servers) wrote: > > >> -----Original Message----- >> From: fio-owner@xxxxxxxxxxxxxxx <fio-owner@xxxxxxxxxxxxxxx> On Behalf >> Of Jens Axboe >> Sent: Thursday, May 09, 2019 7:00 AM >> To: fio@xxxxxxxxxxxxxxx >> Subject: Recent changes (master) > ... >> - printf("Your filesystem doesn't >> support poll\n"); >> + printf("Your filesystem/device >> doesn't " >> + "support polled IO\n"); > > Can you keep that string on one line so it is grep-able? > > This + printf("Your filesystem/device doesn't " + "support polled IO\n"); will print one line in standard output: Your filesystem/device doesn't support polled IO Do you mean that you want to grep in the source code ?