summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_vfsops.c')
-rw-r--r--sys/fs/tmpfs/tmpfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c
index fc2e1ee..6253990 100644
--- a/sys/fs/tmpfs/tmpfs_vfsops.c
+++ b/sys/fs/tmpfs/tmpfs_vfsops.c
@@ -195,7 +195,7 @@ tmpfs_mount(struct mount *mp, struct thread *td)
int error;
/* Size counters. */
ino_t nodes_max;
- off_t size_max;
+ size_t size_max;
/* Root node attributes. */
uid_t root_uid;
OpenPOWER on IntegriCloud