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/storeinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext2fs/storeinfo.c') diff --git a/ext2fs/storeinfo.c b/ext2fs/storeinfo.c index cd67db16..7d6bdd23 100644 --- a/ext2fs/storeinfo.c +++ b/ext2fs/storeinfo.c @@ -1,6 +1,6 @@ /* Access to file layout information - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1996 Free Software Foundation, Inc. Written by Miles Bader @@ -115,8 +115,8 @@ diskfs_S_file_get_storage_info (struct protid *cred, int *class, else *runs_len = 0; - ((long *)*misc)[0] = htonl (node->dn->number); - ((long *)*misc)[1] = htonl (dino (node->dn->number)->i_translator); + ((long *)*misc)[0] = htonl (node->cache_id); + ((long *)*misc)[1] = htonl (dino (node->cache_id)->i_translator); *class = STORAGE_DEVICE; *flags = 0; -- cgit v1.2.3