|
@@ -1,23 +1,10 @@
|
|
|
+/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
/*
|
|
|
* Copyright (C) 2007 Oracle. All rights reserved.
|
|
|
- *
|
|
|
- * This program is free software; you can redistribute it and/or
|
|
|
- * modify it under the terms of the GNU General Public
|
|
|
- * License v2 as published by the Free Software Foundation.
|
|
|
- *
|
|
|
- * This program is distributed in the hope that it will be useful,
|
|
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
- * General Public License for more details.
|
|
|
- *
|
|
|
- * You should have received a copy of the GNU General Public
|
|
|
- * License along with this program; if not, write to the
|
|
|
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
- * Boston, MA 021110-1307, USA.
|
|
|
*/
|
|
|
|
|
|
-#ifndef __BTRFS_ORDERED_DATA__
|
|
|
-#define __BTRFS_ORDERED_DATA__
|
|
|
+#ifndef BTRFS_ORDERED_DATA_H
|
|
|
+#define BTRFS_ORDERED_DATA_H
|
|
|
|
|
|
/* one of these per inode */
|
|
|
struct btrfs_ordered_inode_tree {
|
|
@@ -218,4 +205,5 @@ void btrfs_wait_logged_extents(struct btrfs_trans_handle *trans,
|
|
|
void btrfs_free_logged_extents(struct btrfs_root *log, u64 transid);
|
|
|
int __init ordered_data_init(void);
|
|
|
void __cold ordered_data_exit(void);
|
|
|
+
|
|
|
#endif
|