linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] btrfs: fix typo in btrfs_statfs()
@ 2016-04-04 10:59 Luis de Bethencourt
  0 siblings, 0 replies; only message in thread
From: Luis de Bethencourt @ 2016-04-04 10:59 UTC (permalink / raw)
  To: linux-btrfs; +Cc: linux-kernel, clm, jbacik, dsterba, Luis de Bethencourt

Correct a typo in the chunk_mutex name.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---

Hi,

I noticed this typo while fixing bug 114281 [0]. Sending a second version
because the first one didn't ammend cleanly after the latest changes in the
'for-next' branch.

Thanks,
Luis

[0] https://bugzilla.kernel.org/show_bug.cgi?id=114281

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

diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 7e766ffc..9c79337 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -2050,7 +2050,7 @@ static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf)
 	int mixed = 0;
 
 	/*
-	 * holding chunk_muext to avoid allocating new chunks, holding
+	 * holding chunk_mutex to avoid allocating new chunks, holding
 	 * device_list_mutex to avoid the device being removed
 	 */
 	rcu_read_lock();
-- 
2.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-04 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-04 10:59 [PATCH v2] btrfs: fix typo in btrfs_statfs() Luis de Bethencourt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).