summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-06-26 19:43:22 +0000
committerpfg <pfg@FreeBSD.org>2013-06-26 19:43:22 +0000
commitef282086af7ae18f6589ca446e36e606ca79a751 (patch)
treeacd7307cc6c3ac4c7a64e8618fa16950d5555a1e /sys/fs/ext2fs
parentc40fd84134196d2bbd5065a86b852c8d3e984165 (diff)
downloadFreeBSD-src-ef282086af7ae18f6589ca446e36e606ca79a751.zip
FreeBSD-src-ef282086af7ae18f6589ca446e36e606ca79a751.tar.gz
Minor sorting.
MFC after: 3 days
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r--sys/fs/ext2fs/ext2_extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_extern.h b/sys/fs/ext2fs/ext2_extern.h
index 95ba9e4..df5ff84 100644
--- a/sys/fs/ext2fs/ext2_extern.h
+++ b/sys/fs/ext2fs/ext2_extern.h
@@ -60,8 +60,8 @@ void ext2_dirbad(struct inode *ip, doff_t offset, char *how);
void ext2_ei2i(struct ext2fs_dinode *, struct inode *);
int ext2_getlbns(struct vnode *, int32_t, struct indir *, int *);
void ext2_i2ei(struct inode *, struct ext2fs_dinode *);
-int ext2_reallocblks(struct vop_reallocblks_args *);
void ext2_itimes(struct vnode *vp);
+int ext2_reallocblks(struct vop_reallocblks_args *);
int ext2_reclaim(struct vop_reclaim_args *);
void ext2_setblock(struct m_ext2fs *, u_char *, int32_t);
int ext2_truncate(struct vnode *, off_t, int, struct ucred *, struct thread *);
OpenPOWER on IntegriCloud