.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
---|
3 | 4 | * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. |
---|
4 | | - * |
---|
5 | | - * This copyrighted material is made available to anyone wishing to use, |
---|
6 | | - * modify, copy, or redistribute it subject to the terms and conditions |
---|
7 | | - * of the GNU General Public License version 2. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #ifndef __DIO_DOT_H__ |
---|
.. | .. |
---|
63 | 60 | }; |
---|
64 | 61 | |
---|
65 | 62 | extern void gfs2_remove_from_journal(struct buffer_head *bh, int meta); |
---|
66 | | -extern void gfs2_meta_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen); |
---|
| 63 | +extern void gfs2_journal_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen); |
---|
67 | 64 | extern int gfs2_meta_indirect_buffer(struct gfs2_inode *ip, int height, u64 num, |
---|
68 | 65 | struct buffer_head **bhp); |
---|
69 | 66 | |
---|