aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-04-08 04:29:05 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-04-08 04:29:05 +0000
commit2b3506d919eda1308df7a7ad0bd5d1b9c5a07b46 (patch)
tree22f938efaaa55078db5ad48663dabc3f36ffffd4 /sys/fs/ext2fs/ext2_vfsops.c
parent2e4eeb703a5c5b7156051481d55dd31438ea1ada (diff)
downloadsrc-2b3506d919eda1308df7a7ad0bd5d1b9c5a07b46.tar.gz
src-2b3506d919eda1308df7a7ad0bd5d1b9c5a07b46.zip
Fix comment.
Notes
Notes: svn path=/head/; revision=297695
Diffstat (limited to 'sys/fs/ext2fs/ext2_vfsops.c')
-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 fab98a5945f8..a1f3c514b242 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),