summaryrefslogtreecommitdiff
path: root/libtrivfs/io-stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/io-stat.c')
-rw-r--r--libtrivfs/io-stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/io-stat.c b/libtrivfs/io-stat.c
index 7fed3fbb..aba8540a 100644
--- a/libtrivfs/io-stat.c
+++ b/libtrivfs/io-stat.c
@@ -43,7 +43,7 @@ trivfs_S_io_stat (struct trivfs_protid *cred,
st->st_fstype = trivfs_fstype;
st->st_fsid = trivfs_fsid;
- trivfs_modify_stat (st);
+ trivfs_modify_stat (cred, st);
}
return err;