From 907e2b824847299a6c4a09fc1daa26be7613c9ed Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 23 Sep 1994 01:22:50 +0000 Subject: entered into RCS --- libdiskfs/file-inv-trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/file-inv-trans.c') diff --git a/libdiskfs/file-inv-trans.c b/libdiskfs/file-inv-trans.c index b323adcf..837c0038 100644 --- a/libdiskfs/file-inv-trans.c +++ b/libdiskfs/file-inv-trans.c @@ -52,7 +52,7 @@ diskfs_S_file_invoke_translator (struct protid *cred, repeat_transcheck: /* Ignore O_NOTRANS in the following check */ - if (diskfs_node_translated (np) || np->translator.control != MACH_PORT_NULL) + if (np->istranslated || np->translator.control != MACH_PORT_NULL) { mach_port_t control = np->translator.control; -- cgit v1.2.3