size_max should be unsigned, as such, use size_t here.
This commit is contained in:
parent
91f2b6797a
commit
745973bd99
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user