aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/file-getfh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/file-getfh.c')
-rw-r--r--libdiskfs/file-getfh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-getfh.c b/libdiskfs/file-getfh.c
index e4bc8921..ce5c1998 100644
--- a/libdiskfs/file-getfh.c
+++ b/libdiskfs/file-getfh.c
@@ -37,7 +37,7 @@ diskfs_S_file_getfh (struct protid *cred, char **fh, size_t *fh_len)
if (! idvec_contains (cred->user->uids, 0))
return EPERM;
- assert (sizeof *f == sizeof f->bytes);
+ assert_backtrace (sizeof *f == sizeof f->bytes);
node = cred->po->np;