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-get-trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/file-get-trans.c') diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 73fd3a61..892b50d3 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -110,7 +110,7 @@ diskfs_S_file_get_translator (struct protid *cred, } else { - if (!diskfs_node_translated (np)) + if (!np->istranslated) error = EINVAL; else error = diskfs_get_translator (np, trans, translen); -- cgit v1.2.3