From 7c470aa871fb4199da41b9af8f571b418bdeced2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 20 Jul 1996 06:46:36 +0000 Subject: (diskfs_truncate): Don't record debugging info. --- ext2fs/truncate.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext2fs/truncate.c') diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c index d55740b1..5e503b29 100644 --- a/ext2fs/truncate.c +++ b/ext2fs/truncate.c @@ -297,8 +297,6 @@ diskfs_truncate (struct node *node, off_t length) rwlock_writer_lock (&node->dn->alloc_lock); - RECORD_LAST (node->dn, LAST_TRUNCATE, length); - /* Update the size on disk; fsck will finish freeing blocks if necessary should we crash. */ node->dn_stat.st_size = length; -- cgit v1.2.3