diff options
-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; |