diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
commit | 907e2b824847299a6c4a09fc1daa26be7613c9ed (patch) | |
tree | 0e32427123abc4b40e0fc3e7891aac1b4879f338 /libdiskfs/file-inv-trans.c | |
parent | c4e734728a04cc9c024f2a883f1fb66944dfc4f7 (diff) | |
download | hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.tar.gz hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.tar.bz2 hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.zip |
entered into RCS
Diffstat (limited to 'libdiskfs/file-inv-trans.c')
-rw-r--r-- | libdiskfs/file-inv-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |