summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2016-04-08 04:29:05 +0000
committerkevlo <kevlo@FreeBSD.org>2016-04-08 04:29:05 +0000
commit87acea459d6cad730ac0e2db71e9f7478942c987 (patch)
tree22f938efaaa55078db5ad48663dabc3f36ffffd4 /sys/fs
parent99e1acfb71cd0afb9426daa85e3e274c091a9bb0 (diff)
downloadFreeBSD-src-87acea459d6cad730ac0e2db71e9f7478942c987.zip
FreeBSD-src-87acea459d6cad730ac0e2db71e9f7478942c987.tar.gz
Fix comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_vfsops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/ext2fs/ext2_vfsops.c b/sys/fs/ext2fs/ext2_vfsops.c
index fab98a5..a1f3c51 100644
--- a/sys/fs/ext2fs/ext2_vfsops.c
+++ b/sys/fs/ext2fs/ext2_vfsops.c
@@ -308,8 +308,8 @@ ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev, int ronly)
}
/*
- * This computes the fields of the ext2_sb_info structure from the
- * data in the ext2_super_block structure read in.
+ * This computes the fields of the m_ext2fs structure from the
+ * data in the ext2fs structure read in.
*/
static int
compute_sb_data(struct vnode *devvp, struct ext2fs *es,
@@ -600,7 +600,7 @@ ext2_mountfs(struct vnode *devvp, struct mount *mp)
/*
* I don't know whether this is the right strategy. Note that
- * we dynamically allocate both an ext2_sb_info and an ext2_super_block
+ * we dynamically allocate both an m_ext2fs and an ext2fs
* while Linux keeps the super block in a locked buffer.
*/
ump->um_e2fs = malloc(sizeof(struct m_ext2fs),
OpenPOWER on IntegriCloud