summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
-rw-r--r--sys/gnu/ext2fs/ext2_vfsops.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c
index 4571bb7f6efd..37ee0fd80916 100644
--- a/sys/gnu/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/ext2fs/ext2_vfsops.c
@@ -108,11 +108,10 @@ VFS_SET(ext2fs_vfsops, ext2fs, 0);
static int ext2fs_inode_hash_lock;
-static int ext2_check_sb_compat(struct ext2_super_block *es,
- dev_t dev, int ronly);
+static int ext2_check_sb_compat(struct ext2_super_block *es, dev_t dev,
+ int ronly);
static int compute_sb_data(struct vnode * devvp,
- struct ext2_super_block * es,
- struct ext2_sb_info * fs);
+ struct ext2_super_block * es, struct ext2_sb_info * fs);
#ifdef notyet
static int ext2_mountroot(void);