From owner-svn-src-head@FreeBSD.ORG Fri Sep 12 15:54:19 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F51A613; Fri, 12 Sep 2014 15:54:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD1218A; Fri, 12 Sep 2014 15:54:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CFsIZZ011697; Fri, 12 Sep 2014 15:54:18 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CFsISg011696; Fri, 12 Sep 2014 15:54:18 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201409121554.s8CFsISg011696@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Fri, 12 Sep 2014 15:54:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271468 - head/sys/fs/ext2fs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 15:54:19 -0000 Author: pfg Date: Fri Sep 12 15:54:18 2014 New Revision: 271468 URL: http://svnweb.freebsd.org/changeset/base/271468 Log: Extra space from r271467. MFC after: 2 months Modified: head/sys/fs/ext2fs/ext2_vnops.c Modified: head/sys/fs/ext2fs/ext2_vnops.c ============================================================================== --- head/sys/fs/ext2fs/ext2_vnops.c Fri Sep 12 15:49:21 2014 (r271467) +++ head/sys/fs/ext2fs/ext2_vnops.c Fri Sep 12 15:54:18 2014 (r271468) @@ -2068,7 +2068,7 @@ ext2_write(struct vop_write_args *ap) * get page routine */ static int -ext2_getpages( struct vop_getpages_args *ap) +ext2_getpages(struct vop_getpages_args *ap) { int i; vm_page_t mreq;