Deleted Added
full compact
zil_impl.h (274337) zil_impl.h (296519)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 7 unchanged lines hidden (view full) ---

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
22 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
23 * Copyright (c) 2012 by Delphix. All rights reserved.
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 7 unchanged lines hidden (view full) ---

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
22 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
23 * Copyright (c) 2012 by Delphix. All rights reserved.
24 * Copyright (c) 2014 Integros [integros.com]
24 */
25
26/* Portions Copyright 2010 Robert Milkowski */
27
28#ifndef _SYS_ZIL_IMPL_H
29#define _SYS_ZIL_IMPL_H
30
31#include <sys/zil.h>

--- 118 unchanged lines hidden ---
25 */
26
27/* Portions Copyright 2010 Robert Milkowski */
28
29#ifndef _SYS_ZIL_IMPL_H
30#define _SYS_ZIL_IMPL_H
31
32#include <sys/zil.h>

--- 118 unchanged lines hidden ---