[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231011163216.29446-1-yuanhengzhang1214@gmail.com>
Date: Thu, 12 Oct 2023 00:32:16 +0800
From: Yuanheng Zhang <yuanhengzhang1214@...il.com>
To: mark@...heh.com
Cc: jlbec@...lplan.org, joseph.qi@...ux.alibaba.com,
ocfs2-devel@...ts.linux.dev, linux-kernel@...r.kernel.org,
Yuanheng Zhang <yuanhengzhang1214@...il.com>
Subject: [PATCH] ocfs2: fix a typo in a comment
Fix spelling typo in comment.
Signed-off-by: Yuanheng Zhang <yuanhengzhang1214@...il.com>
---
fs/ocfs2/buffer_head_io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c
index 196638a22b48..6cb919f60011 100644
--- a/fs/ocfs2/buffer_head_io.c
+++ b/fs/ocfs2/buffer_head_io.c
@@ -158,7 +158,7 @@ int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
if (new_bh && bh) {
/* If middle bh fails, let previous bh
* finish its read and then put it to
- * aovoid bh leak
+ * avoid bh leak
*/
if (!buffer_jbd(bh))
wait_on_buffer(bh);
--
2.34.1
Powered by blists - more mailing lists