summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item.c
diff options
context:
space:
mode:
authorZeng Heng <zengheng4@huawei.com>2022-09-18 23:45:14 +0300
committerDave Chinner <david@fromorbit.com>2022-09-18 23:45:14 +0300
commit460281cf269b02f2caa88ade79c1e7eed29bfe15 (patch)
treedf0e5178c888a968b0aecfc7b9a2878028532197 /fs/xfs/xfs_inode_item.c
parent521a547ced6477c54b4b0cc206000406c221b4d6 (diff)
downloadlinux-460281cf269b02f2caa88ade79c1e7eed29bfe15.tar.xz
xfs: remove the redundant word in comment
Just remove the redundant word "being" in comment. Signed-off-by: Zeng Heng <zengheng4@huawei.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_inode_item.c')
-rw-r--r--fs/xfs/xfs_inode_item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c
index 6e19ece916bf..ca2941ab6cbc 100644
--- a/fs/xfs/xfs_inode_item.c
+++ b/fs/xfs/xfs_inode_item.c
@@ -550,7 +550,7 @@ xfs_inode_item_push(
if (!bp || (ip->i_flags & XFS_ISTALE)) {
/*
- * Inode item/buffer is being being aborted due to cluster
+ * Inode item/buffer is being aborted due to cluster
* buffer deletion. Trigger a log force to have that operation
* completed and items removed from the AIL before the next push
* attempt.