From 188b6d0c8ef1c02462a744b176557c27220112c9 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 22 Oct 2022 13:25:25 -0400 Subject: Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in bch2_extent_update() --- linux/string_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/string_helpers.c') diff --git a/linux/string_helpers.c b/linux/string_helpers.c index 3d720bc0..29c498ad 100644 --- a/linux/string_helpers.c +++ b/linux/string_helpers.c @@ -52,7 +52,7 @@ int string_get_size(u64 size, u64 blk_size, const enum string_size_units units, static const unsigned int rounding[] = { 500, 50, 5 }; int i = 0, j; u32 remainder = 0, sf_cap; - char tmp[8]; + char tmp[12]; const char *unit; tmp[0] = '\0'; -- cgit v1.2.3