Re: [PATCH 2/2] grep: fix builds with with no thread support

2017-03-19 Thread Rahul Bedarkar
es the reliance on the "struct work_item" and instead opts to use the output function stored in the output field of the "struct grep_opt" object directly, making it behave similarly to both grep_file() and grep_sha1(). Reported-by: Rahul Bedarkar Signed-off-by: Brandon Williams ---

[PATCH] grep: fix build with no thread support

2017-03-16 Thread Rahul Bedarkar
tp://autobuild.buildroot.net/results/94b/94bce9a99a5ce9894a6918774ab75e23d12c1394/ Cc: Brandon Williams Fixes: 0281e487fd91 ("grep: optionally recurse into submodules") Signed-off-by: Rahul Bedarkar --- This patch is tested by running t7814-grep-recurse-submodules.sh with both with/