From owner-cvs-src-old@FreeBSD.ORG Tue Feb 1 18:31:07 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2FA1065784 for ; Tue, 1 Feb 2011 18:31:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7C28FC0A for ; Tue, 1 Feb 2011 18:31:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p11IV7Fj040475 for ; Tue, 1 Feb 2011 18:31:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p11IV7fB040474 for cvs-src-old@freebsd.org; Tue, 1 Feb 2011 18:31:07 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102011831.p11IV7fB040474@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 1 Feb 2011 18:30:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ext2fs ext2_mount.h ext2_vfsops.c ext2fs.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 18:31:07 -0000 jhb 2011-02-01 18:30:52 UTC FreeBSD src repository Modified files: sys/fs/ext2fs ext2_mount.h ext2_vfsops.c ext2fs.h Log: SVN rev 218176 on 2011-02-01 18:30:52Z by jhb Some cosmetic fixes and remove a duplicate constant. Submitted by: Pedro F. Giffuni giffunip at yahoo Revision Changes Path 1.2 +1 -1 src/sys/fs/ext2fs/ext2_mount.h 1.4 +3 -2 src/sys/fs/ext2fs/ext2_vfsops.c 1.4 +3 -7 src/sys/fs/ext2fs/ext2fs.h