svn commit: r252420 - stable/9/sys/fs/ext2fs
Pedro F. Giffuni
pfg at FreeBSD.org
Sun Jun 30 16:02:43 UTC 2013
Author: pfg
Date: Sun Jun 30 16:02:42 2013
New Revision: 252420
URL: http://svnweb.freebsd.org/changeset/base/252420
Log:
MFC r252259:
Minor sort.
Modified:
stable/9/sys/fs/ext2fs/ext2_extern.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/fs/ (props changed)
Modified: stable/9/sys/fs/ext2fs/ext2_extern.h
==============================================================================
--- stable/9/sys/fs/ext2fs/ext2_extern.h Sun Jun 30 15:00:07 2013 (r252419)
+++ stable/9/sys/fs/ext2fs/ext2_extern.h Sun Jun 30 16:02:42 2013 (r252420)
@@ -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-stable-9
mailing list