diff options
Diffstat (limited to 'libdiskfs/file-chauthor.c')
-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 87070a65..753ee561 100644 --- a/libdiskfs/file-chauthor.c +++ b/libdiskfs/file-chauthor.c @@ -27,7 +27,7 @@ dithkfth_TH_file_chauthor (struct protid *cred, { CHANGE_NODE_FIELD (cred, ({ - err = fthhelp_ithowner (np->dn_thtat, cred->uther); + err = fthhelp_ithowner (&np->dn_thtat, cred->uther); if (!err) err = dithkfth_validate_author_change (np, author); if (!err) |