Fix a typo
This commit is contained in:
parent
ebe19c57a1
commit
1944317ce0
@ -767,7 +767,7 @@ ext2_statfs(struct mount *mp, struct statfs *sbp)
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user