Re: [PATCH] btrfs-progs: Enable crc32 optimization probe for convert and mkfs

2019-05-27 Thread David Sterba
On Mon, May 27, 2019 at 12:46:27PM +0800, Qu Wenruo wrote: > Although moderm hardware is fast enough and crc32 calculation is not a > hotspot, doing such optimization won't hurt anyway. > If there is a bug report, please reference it in the commit. I use the following format for github issues Iss

[PATCH] btrfs-progs: Enable crc32 optimization probe for convert and mkfs

2019-05-26 Thread Qu Wenruo
Although moderm hardware is fast enough and crc32 calculation is not a hotspot, doing such optimization won't hurt anyway. Signed-off-by: Qu Wenruo --- convert/main.c | 2 ++ mkfs/main.c| 3 +++ 2 files changed, 5 insertions(+) diff --git a/convert/main.c b/convert/main.c index 68f76f716be9