svn commit: r252259 - head/sys/fs/ext2fs
Pedro F. Giffuni
pfg at FreeBSD.org
Wed Jun 26 19:43:22 UTC 2013
Author: pfg
Date: Wed Jun 26 19:43:22 2013
New Revision: 252259
URL: http://svnweb.freebsd.org/changeset/base/252259
Log:
Minor sorting.
MFC after: 3 days
Modified:
head/sys/fs/ext2fs/ext2_extern.h
Modified: head/sys/fs/ext2fs/ext2_extern.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_extern.h Wed Jun 26 19:04:32 2013 (r252258)
+++ head/sys/fs/ext2fs/ext2_extern.h Wed Jun 26 19:43:22 2013 (r252259)
@@ -60,8 +60,8 @@ void ext2_dirbad(struct inode *ip, doff_
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 *);
More information about the svn-src-all
mailing list