Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2012 08:03:07 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238059 - head/sys/fs/ext2fs
Message-ID:  <201207030803.q63837xi029979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Jul  3 08:03:07 2012
New Revision: 238059
URL: http://svn.freebsd.org/changeset/base/238059

Log:
  Fix a typo

Modified:
  head/sys/fs/ext2fs/ext2_vfsops.c

Modified: head/sys/fs/ext2fs/ext2_vfsops.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_vfsops.c	Tue Jul  3 07:28:57 2012	(r238058)
+++ head/sys/fs/ext2fs/ext2_vfsops.c	Tue Jul  3 08:03:07 2012	(r238059)
@@ -767,7 +767,7 @@ ext2_statfs(struct mount *mp, struct sta
 	ump = VFSTOEXT2(mp);
 	fs = ump->um_e2fs;
 	if (fs->e2fs->e2fs_magic != E2FS_MAGIC)
-		panic("ext2fs_statvfs");
+		panic("ext2fs_statfs");
 
 	/*
 	 * Compute the overhead (FS structures)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207030803.q63837xi029979>