On Wed, Mar 28, 2018 at 04:43:02AM +0800, Anand Jain wrote: > I understand reason behind string should not be split, but I > thought here will be an exception, as if you want to search > for the string you will still use "unsupported checksum algorithm" > which is still in one line. > About the grep not able to find the string which are split, > I look at it as fixing the wrong end of the problem. That is Grep > end problem being fixes at the c code end. Anyway as its kind of > linux general guidlines, I shall fix my patch. It's not just grep, but any other similar line-oriented searching tool or internal searches in editors or IDEs. Searching for fragments of the string will likely lead to the result but splitting lines makes it unnecessarily more difficult. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
