hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/gfs2/glops.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 __GLOPS_DOT_H__
....@@ -25,6 +22,7 @@
2522 extern const struct gfs2_glock_operations gfs2_journal_glops;
2623 extern const struct gfs2_glock_operations *gfs2_glops_list[];
2724
25
+extern int gfs2_inode_metasync(struct gfs2_glock *gl);
2826 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
2927
3028 #endif /* __GLOPS_DOT_H__ */