public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix misspelling issue in fs/xfs/kmem.c
@ 2018-11-09 23:23 hmsjwzb
  2018-11-09 23:40 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: hmsjwzb @ 2018-11-09 23:23 UTC (permalink / raw)
  Cc: darrick.wong, hmsjwzb, linux-xfs, linux-kernel

---
 fs/xfs/kmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/kmem.c b/fs/xfs/kmem.c
index fdd9d6ede25c..73ec1f84e591 100644
--- a/fs/xfs/kmem.c
+++ b/fs/xfs/kmem.c
@@ -45,7 +45,7 @@ kmem_alloc_large(size_t size, xfs_km_flags_t flags)
 		return ptr;
 
 	/*
-	 * __vmalloc() will allocate data pages and auxillary structures (e.g.
+	 * __vmalloc() will allocate data pages and auxiliary structures (e.g.
 	 * pagetables) with GFP_KERNEL, yet we may be under GFP_NOFS context
 	 * here. Hence we need to tell memory reclaim that we are in such a
 	 * context via PF_MEMALLOC_NOFS to prevent memory reclaim re-entering
-- 
2.17.1

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

end of thread, other threads:[~2018-11-10  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-09 23:23 [PATCH] Fix misspelling issue in fs/xfs/kmem.c hmsjwzb
2018-11-09 23:40 ` Darrick J. Wong
2018-11-09 23:45   ` Eric Sandeen

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