public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] xfs: fix typo from filesystes to filesystems
@ 2023-02-09  3:16 Xiaole He
  2023-02-09  3:16 ` [PATCH v1 2/2] libxfs: fix reservation space for removing transaction Xiaole He
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaole He @ 2023-02-09  3:16 UTC (permalink / raw)
  To: linux-xfs
  Cc: djwong, dchinner, chandan.babu, huhai, zhangshida, Xiaole He,
	Xiaole He

Signed-off-by: Xiaole He <hexiaole@kylinos.cn>
---
 fs/xfs/libxfs/xfs_alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c
index f8ff81c3de76..7ebef43e3c1f 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -41,7 +41,7 @@ STATIC int xfs_alloc_ag_vextent_near(xfs_alloc_arg_t *);
 STATIC int xfs_alloc_ag_vextent_size(xfs_alloc_arg_t *);
 
 /*
- * Size of the AGFL.  For CRC-enabled filesystes we steal a couple of slots in
+ * Size of the AGFL.  For CRC-enabled filesystems we steal a couple of slots in
  * the beginning of the block for a proper header with the location information
  * and CRC.
  */
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-09  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09  3:16 [PATCH v1 1/2] xfs: fix typo from filesystes to filesystems Xiaole He
2023-02-09  3:16 ` [PATCH v1 2/2] libxfs: fix reservation space for removing transaction Xiaole He
2023-02-09  5:43   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox