diff options
| author | tkusumi <tkusumi@NetBSD.org> | 2019-12-15 14:39:42 +0000 |
|---|---|---|
| committer | tkusumi <tkusumi@NetBSD.org> | 2019-12-15 14:39:42 +0000 |
| commit | 335d67065cfb38d4598e84a619006f80235e5596 (patch) | |
| tree | c0181ad8744af69dd43b7b8131c38980881ec633 /sys/dev/dm/dm_target_linear.c | |
| parent | 32ff06bed7583d814d3bd109aee8652d13372cd8 (diff) | |
dm: Style cleanups (no functional changes)
Diffstat (limited to 'sys/dev/dm/dm_target_linear.c')
| -rw-r--r-- | sys/dev/dm/dm_target_linear.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dm/dm_target_linear.c b/sys/dev/dm/dm_target_linear.c index 0567685bd31..483daa11f50 100644 --- a/sys/dev/dm/dm_target_linear.c +++ b/sys/dev/dm/dm_target_linear.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_target_linear.c,v 1.30 2019/12/15 09:22:28 tkusumi Exp $ */ +/* $NetBSD: dm_target_linear.c,v 1.31 2019/12/15 14:39:42 tkusumi Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.30 2019/12/15 09:22:28 tkusumi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.31 2019/12/15 14:39:42 tkusumi Exp $"); /* * This file implements initial version of device-mapper dklinear target. @@ -37,7 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.30 2019/12/15 09:22:28 tkusum #include <sys/types.h> #include <sys/param.h> - #include <sys/buf.h> #include <sys/kmem.h> #include <sys/lwp.h> @@ -190,6 +189,7 @@ dm_target_linear_deps(dm_table_entry_t *table_en, prop_array_t prop_array) int dm_target_linear_upcall(dm_table_entry_t *table_en, struct buf *bp) { + return 0; } |
