diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-10-05 17:49:58 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-10-07 17:01:46 -0400 |
commit | f6e4cd2ef7c6ef7c3cf5a730f7ded9c48ccf689d (patch) | |
tree | 6565997639f3c7d8bbd39671dfd0782dcfd7b057 /linux/closure.c | |
parent | d27d4cf7f0254a1189fb6602fb7da749d167585b (diff) |
Update bcachefs sources to 895d5e67afdc bcachefs: Check if stuck in journal_res_get()
Diffstat (limited to 'linux/closure.c')
-rw-r--r-- | linux/closure.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |