Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern More indentation
details: https://anonhg.NetBSD.org/src/rev/1d85d1f5886c
branches: trunk
changeset: 454387:1d85d1f5886c
user: maya <maya%NetBSD.org@localhost>
date: Sun Sep 15 17:37:25 2019 +0000
description:
More indentation
diffstat:
sys/kern/vfs_cache.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0431c3b1c40b -r 1d85d1f5886c sys/kern/vfs_cache.c
--- a/sys/kern/vfs_cache.c Sun Sep 15 17:36:43 2019 +0000
+++ b/sys/kern/vfs_cache.c Sun Sep 15 17:37:25 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_cache.c,v 1.122 2019/09/15 17:36:43 maya Exp $ */
+/* $NetBSD: vfs_cache.c,v 1.123 2019/09/15 17:37:25 maya Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.122 2019/09/15 17:36:43 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.123 2019/09/15 17:37:25 maya Exp $");
#define __NAMECACHE_PRIVATE
#ifdef _KERNEL_OPT
@@ -1254,7 +1254,7 @@
cache_dtor(NULL, ncp);
kmem_free(ncp, sizeof(*ncp) + ncp->nc_nlen);
} else
- pool_cache_put(namecache_cache, ncp);
+ pool_cache_put(namecache_cache, ncp);
ncp = next;
}
cache_unlock_cpus();
Home |
Main Index |
Thread Index |
Old Index