From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 24 05:05:20 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D01216A420 for ; Thu, 24 Nov 2005 05:05:20 +0000 (GMT) (envelope-from bwzhou@hotmail.com) Received: from hotmail.com (bay111-dav10.bay111.hotmail.com [64.4.17.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAC743D5D for ; Thu, 24 Nov 2005 05:05:19 +0000 (GMT) (envelope-from bwzhou@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 Nov 2005 21:05:19 -0800 Message-ID: Received: from 210.77.2.98 by BAY111-DAV10.phx.gbl with DAV; Thu, 24 Nov 2005 05:05:18 +0000 X-Originating-IP: [210.77.2.98] X-Originating-Email: [bwzhou@hotmail.com] X-Sender: bwzhou@hotmail.com From: "bwzhou" To: Date: Thu, 24 Nov 2005 13:03:38 +0800 Message-ID: <000001c5f0b4$6e5968e0$62024dd2@n610c> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcXwtG4io1o8TFAkQ2WS1w+BJYIs8A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 24 Nov 2005 05:05:19.0245 (UTC) FILETIME=[AA55B3D0:01C5F0B4] Subject: Is there disk blocks cleaning function in FreeBSD6.0? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 05:05:20 -0000 Hello, everyone. I used to find VOP_FREEBLK macro cleaning the content of disk blocks of a file in 5.4, however I cannot find any kind of these operations doing the same thing in 6.0release. I wonder if there is any function or macro which will clean the data blocks after the file containing these blocks is deleted in 6.0release. Does anybody have any idea about this issue? thanks Zhou Bo Wen