summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_mem.c')
-rw-r--r--sys/fs/tmpfs/tmpfs_mem.c6
1 files changed, 2 insertions, 4 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.
*