diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 22:08:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 22:08:42 +0000 |
commit | 08c87c8704758ef2cd22216ea4500868395f623d (patch) | |
tree | cefd482200c2002c25aeb3c01586cace765801b6 | |
parent | 0033f3274dba1757d69f5e917883aef80fd7f6a3 (diff) |
Formerly file-chauthor.c.~5~
-rw-r--r-- | libdiskfs/file-chauthor.c | 2 |
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; |