* Re: [PATCH] xfs: Fix spelling mistake "drity" -> "dirty"
2025-03-14 6:29 ` [PATCH] xfs: Fix spelling mistake "drity" -> "dirty" long.yunjian
@ 2025-03-14 9:41 ` Carlos Maiolino
2025-03-14 12:50 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2025-03-14 9:41 UTC (permalink / raw)
To: long.yunjian
Cc: djwong, linux-xfs, linux-kernel, mou.yi, zhang.xianwei8,
ouyang.maochun, jiang.xuexin, xu.lifeng1, lv.mengzhao
On Fri, Mar 14, 2025 at 02:29:07PM +0800, long.yunjian@zte.com.cn wrote:
> From: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
> There is a spelling mistake in fs/xfs/xfs_log.c. Fix it.
> Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
> ---
> fs/xfs/xfs_log.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
> index f8851ff835de..ba700785759a 100644
> --- a/fs/xfs/xfs_log.c
> +++ b/fs/xfs/xfs_log.c
> @@ -2887,7 +2887,7 @@ xlog_force_and_check_iclog(
> *
> * 1. the current iclog is active and has no data; the previous iclog
> * is in the active or dirty state.
> - * 2. the current iclog is drity, and the previous iclog is in the
> + * 2. the current iclog is dirty, and the previous iclog is in the
> * active or dirty state.
> *
> * We may sleep if:
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
> --
> 2.27.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: Fix spelling mistake "drity" -> "dirty"
2025-03-14 6:29 ` [PATCH] xfs: Fix spelling mistake "drity" -> "dirty" long.yunjian
2025-03-14 9:41 ` Carlos Maiolino
@ 2025-03-14 12:50 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2025-03-14 12:50 UTC (permalink / raw)
To: long.yunjian
Cc: djwong, linux-xfs, linux-kernel, mou.yi, zhang.xianwei8,
ouyang.maochun, jiang.xuexin, xu.lifeng1, lv.mengzhao
On Fri, Mar 14, 2025 at 02:29:07PM +0800, long.yunjian@zte.com.cn wrote:
> From: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
> There is a spelling mistake in fs/xfs/xfs_log.c. Fix it.
> Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
> ---
> fs/xfs/xfs_log.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
> index f8851ff835de..ba700785759a 100644
> --- a/fs/xfs/xfs_log.c
> +++ b/fs/xfs/xfs_log.c
> @@ -2887,7 +2887,7 @@ xlog_force_and_check_iclog(
> *
> * 1. the current iclog is active and has no data; the previous iclog
> * is in the active or dirty state.
> - * 2. the current iclog is drity, and the previous iclog is in the
> + * 2. the current iclog is dirty, and the previous iclog is in the
> * active or dirty state.
> *
> * We may sleep if:
This patch does not apply. Please fix it and send in the correct format. Make
sure it applies on top of the tree with `git am`.
You can carry my previous RwB to the V2
> --
> 2.27.0
^ permalink raw reply [flat|nested] 3+ messages in thread