summaryrefslogtreecommitdiff
path: root/libdiskfs/file-chauthor.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-03 22:08:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-03 22:08:42 +0000
commit08c87c8704758ef2cd22216ea4500868395f623d (patch)
treecefd482200c2002c25aeb3c01586cace765801b6 /libdiskfs/file-chauthor.c
parent0033f3274dba1757d69f5e917883aef80fd7f6a3 (diff)
Formerly file-chauthor.c.~5~
Diffstat (limited to 'libdiskfs/file-chauthor.c')
-rw-r--r--libdiskfs/file-chauthor.c2
1 files changed, 1 insertions, 1 deletions
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;