From 08c87c8704758ef2cd22216ea4500868395f623d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 22:08:42 +0000 Subject: Formerly file-chauthor.c.~5~ --- libdiskfs/file-chauthor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/file-chauthor.c') diff --git a/libdiskfs/file-chauthor.c b/libdiskfs/file-chauthor.c index 2c7cf7b0..a841b08d 100644 --- a/libdiskfs/file-chauthor.c +++ b/libdiskfs/file-chauthor.c @@ -25,7 +25,7 @@ diskfs_S_file_chauthor (struct protid *cred, { CHANGE_NODE_FIELD (cred, ({ - if (!(err = isowner (np, cred))) + if (!(err = diskfs_isowner (np, cred))) { np->dn_stat.st_author = author; np->dn_set_ctime = 1; -- cgit v1.2.3