On Tue, Nov 08, 2016 at 08:57:52AM +0800, Qu Wenruo wrote:
> And further more.
> 
> The new string escaping is screwing up original output.
> 
> Operation lile mkfile lacks the final '\n'.
> String over the width will lack the ending ' ' to seperate later 
> key=value pairs.

Oh right, that's the shortcut if format is null, this should print the
'\n' as welll, I'll fix it.

> It would be better to output the escaped string into a buffer and still 
> use printf() format to output them out as it used to be.

I want to avoid using the intermediate string buffers unless it's really
necessary.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to