hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/fs/gfs2/meta_io.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
34 * 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.
85 */
96
107 #ifndef __DIO_DOT_H__
....@@ -63,7 +60,7 @@
6360 };
6461
6562 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);
6764 extern int gfs2_meta_indirect_buffer(struct gfs2_inode *ip, int height, u64 num,
6865 struct buffer_head **bhp);
6966