union_vnops.c (cc3593fbd953e2eeec72dbca05e77632817cba0b) union_vnops.c (8f226f4c23e6fd158ad8f3c26be8d185cc0b73a2)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry.
5 * Copyright (c) 1992, 1993, 1994, 1995
6 * The Regents of the University of California.
7 * Copyright (c) 2005, 2006, 2012 Masanori Ozawa <ozawa@ongs.co.jp>, ONGS Inc.
8 * Copyright (c) 2006, 2012 Daichi Goto <daichi@freebsd.org>

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

1726 return (0);
1727}
1728
1729static int
1730unionfs_reclaim(struct vop_reclaim_args *ap)
1731{
1732 /* UNIONFS_INTERNAL_DEBUG("unionfs_reclaim: enter\n"); */
1733
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry.
5 * Copyright (c) 1992, 1993, 1994, 1995
6 * The Regents of the University of California.
7 * Copyright (c) 2005, 2006, 2012 Masanori Ozawa <ozawa@ongs.co.jp>, ONGS Inc.
8 * Copyright (c) 2006, 2012 Daichi Goto <daichi@freebsd.org>

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

1726 return (0);
1727}
1728
1729static int
1730unionfs_reclaim(struct vop_reclaim_args *ap)
1731{
1732 /* UNIONFS_INTERNAL_DEBUG("unionfs_reclaim: enter\n"); */
1733
1734 unionfs_noderem(ap->a_vp, ap->a_td);
1734 unionfs_noderem(ap->a_vp, curthread);
1735
1736 /* UNIONFS_INTERNAL_DEBUG("unionfs_reclaim: leave\n"); */
1737
1738 return (0);
1739}
1740
1741static int
1742unionfs_print(struct vop_print_args *ap)

--- 815 unchanged lines hidden ---
1735
1736 /* UNIONFS_INTERNAL_DEBUG("unionfs_reclaim: leave\n"); */
1737
1738 return (0);
1739}
1740
1741static int
1742unionfs_print(struct vop_print_args *ap)

--- 815 unchanged lines hidden ---