From 4b4ddec612f8cf83f1f82974f83aaadbc10cfff3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 01:39:52 +0000 Subject: 2001-03-28 Neal H Walfield * io-identity.c (diskfs_S_io_identity): Use INUM; that is what we bothered getting the lock for. --- libdiskfs/io-identity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/io-identity.c b/libdiskfs/io-identity.c index 5717a7d2..1b7ab108 100644 --- a/libdiskfs/io-identity.c +++ b/libdiskfs/io-identity.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of io_identity RPC - Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 2001 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -60,7 +60,7 @@ diskfs_S_io_identity (struct protid *cred, { *idtype = MACH_MSG_TYPE_MAKE_SEND; *fsystype = MACH_MSG_TYPE_MAKE_SEND; - *fileno = np->dn_stat.st_ino; + *fileno = inum; } return err; -- cgit v1.2.3