diff options
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/tmpfs/tmpfs_mem.c | 6 | ||||
| -rw-r--r-- | sys/fs/tmpfs/tmpfs_subr.c | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys/fs/tmpfs/tmpfs_mem.c b/sys/fs/tmpfs/tmpfs_mem.c index 3b41cd0e194..4f21408eb2a 100644 --- a/sys/fs/tmpfs/tmpfs_mem.c +++ b/sys/fs/tmpfs/tmpfs_mem.c @@ -1,4 +1,4 @@ -/* $NetBSD: tmpfs_mem.c,v 1.13 2020/06/11 19:20:46 ad Exp $ */ +/* $NetBSD: tmpfs_mem.c,v 1.14 2023/04/29 06:29:55 riastradh Exp $ */ /* * Copyright (c) 2010, 2011, 2020 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.13 2020/06/11 19:20:46 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.14 2023/04/29 06:29:55 riastradh Exp $"); #include <sys/param.h> #include <sys/atomic.h> @@ -81,8 +81,6 @@ tmpfs_mntmem_set(struct tmpfs_mount *mp, uint64_t memlimit) return error; } - - /* * tmpfs_mem_info: return the number of available memory pages. * diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index 75f1b6e1d59..f3fb6a97b75 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: tmpfs_subr.c,v 1.114 2021/10/20 03:08:17 thorpej Exp $ */ +/* $NetBSD: tmpfs_subr.c,v 1.115 2023/04/29 06:29:55 riastradh Exp $ */ /* * Copyright (c) 2005-2020 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.114 2021/10/20 03:08:17 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.115 2023/04/29 06:29:55 riastradh Exp $"); #include <sys/param.h> #include <sys/cprng.h> @@ -892,7 +892,7 @@ done: } /* - * tmpfs_reg_resize: resize the underlying UVM object associated with the + * tmpfs_reg_resize: resize the underlying UVM object associated with the * specified regular file. */ int |
