From a8fdf61daa07b5580c97c481e2a4685381717eb8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 11 Apr 1996 17:32:16 +0000 Subject: Replace references to the NUMBER field in a node's disknode structures with references to the CACHE_ID field in the node. --- ext2fs/getblk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext2fs/getblk.c') diff --git a/ext2fs/getblk.c b/ext2fs/getblk.c index 0d06065b..ecc69dcc 100644 --- a/ext2fs/getblk.c +++ b/ext2fs/getblk.c @@ -1,6 +1,6 @@ /* File block to disk block mapping routines - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Converted to work under the hurd by Miles Bader @@ -53,7 +53,7 @@ ext2_discard_prealloc (struct node *node) { int i = node->dn->info.i_prealloc_count; ext2_debug ("discarding %d prealloced blocks for inode %d", - i, node->dn->number); + i, node->cache_id); node->dn->info.i_prealloc_count = 0; ext2_free_blocks (node->dn->info.i_prealloc_block, i); } -- cgit v1.2.3