From 1d68a6da59573436f139b93f17febb426578cd81 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 9 Oct 2024 19:49:05 -0400 Subject: Update bcachefs sources to 3b80552e7057 bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry Signed-off-by: Kent Overstreet --- linux/closure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/closure.c') diff --git a/linux/closure.c b/linux/closure.c index 116afae2..2bfe7d2a 100644 --- a/linux/closure.c +++ b/linux/closure.c @@ -278,7 +278,7 @@ static int debug_show(struct seq_file *f, void *data) seq_printf(f, " W %pS\n", (void *) cl->waiting_on); - seq_puts(f, "\n"); + seq_putc(f, '\n'); } spin_unlock_irq(&closure_list_lock); -- cgit v1.2.3