fs/btrfs/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
There is a spelling mistake in a btrfs error message, fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
fs/btrfs/transaction.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index 206872d757c8..41e04c808d27 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -1623,7 +1623,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans,
ret = btrfs_write_and_wait_transaction(trans);
if (unlikely(ret))
btrfs_err(fs_info,
-"error while writing out transaction duing qgroup snapshot accounting: %d", ret);
+"error while writing out transaction during qgroup snapshot accounting: %d", ret);
out:
/*
--
2.51.0
On Fri, Dec 19, 2025 at 10:37 AM Colin Ian King <colin.i.king@gmail.com> wrote: > > There is a spelling mistake in a btrfs error message, fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > fs/btrfs/transaction.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c > index 206872d757c8..41e04c808d27 100644 > --- a/fs/btrfs/transaction.c > +++ b/fs/btrfs/transaction.c > @@ -1623,7 +1623,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans, > ret = btrfs_write_and_wait_transaction(trans); > if (unlikely(ret)) > btrfs_err(fs_info, > -"error while writing out transaction duing qgroup snapshot accounting: %d", ret); > +"error while writing out transaction during qgroup snapshot accounting: %d", ret); As this is in a recent patch not yet in Linus' tree, I've updated the patch in the github for-next branch (David will later update the for branch for linux-next). Thanks. > > out: > /* > -- > 2.51.0 > >
© 2016 - 2026 Red Hat, Inc.