From owner-svn-src-head@FreeBSD.ORG Mon Jan 24 17:08:26 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E9B1065673; Mon, 24 Jan 2011 17:08:26 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 649EA8FC1D; Mon, 24 Jan 2011 17:08:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0OH8QDF099617; Mon, 24 Jan 2011 17:08:26 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0OH8Qmu099615; Mon, 24 Jan 2011 17:08:26 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201101241708.p0OH8Qmu099615@svn.freebsd.org> From: Jaakko Heinonen Date: Mon, 24 Jan 2011 17:08:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217792 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 24 Jan 2011 17:08:26 -0000 Author: jh Date: Mon Jan 24 17:08:26 2011 New Revision: 217792 URL: http://svn.freebsd.org/changeset/base/217792 Log: Replace spaces with tabs. Modified: head/sys/kern/vfs_mount.c Modified: head/sys/kern/vfs_mount.c ============================================================================== --- head/sys/kern/vfs_mount.c Mon Jan 24 17:04:21 2011 (r217791) +++ head/sys/kern/vfs_mount.c Mon Jan 24 17:08:26 2011 (r217792) @@ -816,7 +816,7 @@ vfs_domount_first( * XXX The final recipients of VFS_MOUNT just overwrite the ndp they * get. No freeing of cn_pnbuf. */ - error = VFS_MOUNT(mp); + error = VFS_MOUNT(mp); if (error != 0) { vfs_unbusy(mp); vfs_mount_destroy(mp); @@ -940,7 +940,7 @@ vfs_domount_update( * XXX The final recipients of VFS_MOUNT just overwrite the ndp they * get. No freeing of cn_pnbuf. */ - error = VFS_MOUNT(mp); + error = VFS_MOUNT(mp); if (error == 0) { /* Process the export option. */