From owner-cvs-all Mon Mar 11 2:11: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61B1837B404; Mon, 11 Mar 2002 02:11:00 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2BAB0I35716; Mon, 11 Mar 2002 02:11:00 -0800 (PST) (envelope-from phk) Message-Id: <200203111011.g2BAB0I35716@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 11 Mar 2002 02:11:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/03/11 02:11:00 PST Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Remove use of the bogus ioctl DIOCGPART. It was used to initialize an unused variable, because ext2fs was copy&pasted from UFS rather than copy,paste&cleaned from UFS. Suggested by: bde Revision Changes Path 1.86 +1 -11 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message