From owner-svn-src-stable@FreeBSD.ORG Sun Jun 30 16:02:43 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6892B764; Sun, 30 Jun 2013 16:02:43 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB41127B; Sun, 30 Jun 2013 16:02:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5UG2hAu043811; Sun, 30 Jun 2013 16:02:43 GMT (envelope-from pfg@svn.freebsd.org) Received: (from pfg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5UG2hQg043810; Sun, 30 Jun 2013 16:02:43 GMT (envelope-from pfg@svn.freebsd.org) Message-Id: <201306301602.r5UG2hQg043810@svn.freebsd.org> From: "Pedro F. Giffuni" Date: Sun, 30 Jun 2013 16:02:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r252420 - stable/9/sys/fs/ext2fs X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jun 2013 16:02:43 -0000 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 *);