Date: Wed, 26 Jun 2013 19:43:22 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252259 - head/sys/fs/ext2fs Message-ID: <201306261943.r5QJhM7A040884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306261943.r5QJhM7A040884>