From owner-cvs-src@FreeBSD.ORG Thu Oct 25 08:23:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4D716A41B; Thu, 25 Oct 2007 08:23:09 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD92813C4E1; Thu, 25 Oct 2007 08:23:08 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9P8N8lf069753; Thu, 25 Oct 2007 08:23:08 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9P8N8n1069752; Thu, 25 Oct 2007 08:23:08 GMT (envelope-from trhodes) Message-Id: <200710250823.l9P8N8n1069752@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 25 Oct 2007 08:23:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_fat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 08:23:09 -0000 trhodes 2007-10-25 08:23:08 UTC FreeBSD src repository Modified files: sys/fs/msdosfs denode.h msdosfs_fat.c Log: Remove some debugging code that, while useful, doesn't belong in the committed version. While here, expand a macro only used once. Discussed with/oked by: bde Revision Changes Path 1.38 +0 -7 src/sys/fs/msdosfs/denode.h 1.49 +6 -9 src/sys/fs/msdosfs/msdosfs_fat.c