summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-20 06:46:36 +0000
committerMiles Bader <miles@gnu.org>1996-07-20 06:46:36 +0000
commit7c470aa871fb4199da41b9af8f571b418bdeced2 (patch)
tree14f7e77a233eb22f4abda68a18bb5d742bd461f4 /ext2fs
parent0f8d7e5a63ed70582671ff6c91386e59ff3c6f14 (diff)
(diskfs_truncate): Don't record debugging info.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/truncate.c2
1 files changed, 0 insertions, 2 deletions
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;