From ffbf806d5ccd6af99ef14ac970b5dc973c50432b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 11 Jun 2022 18:13:40 -0400 Subject: Update bcachefs sources to 3704d0779c bcachefs: Improved human readable integer parsing --- include/linux/printbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/printbuf.h') diff --git a/include/linux/printbuf.h b/include/linux/printbuf.h index c898faa..fa8e73d 100644 --- a/include/linux/printbuf.h +++ b/include/linux/printbuf.h @@ -225,6 +225,8 @@ static inline void printbuf_reset(struct printbuf *buf) { buf->pos = 0; buf->allocation_failure = 0; + buf->indent = 0; + buf->tabstop = 0; } /** -- cgit v1.2.3