Re: [PATCH] mmc: print message if a card supports secure erase/trim

From: Alexander Holler
Date: Tue Jan 27 2015 - 13:04:27 EST


Am 27.01.2015 um 18:53 schrieb Arend van Spriel:

Ever used rgrep or grep -R. Anyway, if this is you use-case what about
the gazillion other pieces of info in the kernel. When moving in that
direction you can be sure dmesg will flush out.

Sorry, never heard about that -R and wasn't aware that the kernel does a lot of things. ;)

I don't want that ftrace stuff appears in dmesg, but I like to do

dmesg | grep -i mmc (or whatever is of interest)

instead of

grep -Rsi mmc /sys/<a hundred tabs to search a matching direcory> or something like

find /sys -iname '*mmc*' -exec <more silly complications> \;

Alexander Holler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/