|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
1 | 2 | /*
|
2 | 3 | * Copyright (C) 2007 Oracle. All rights reserved.
|
3 | 4 | * Copyright (C) 2014 Fujitsu. All rights reserved.
|
4 |
| - * |
5 |
| - * This program is free software; you can redistribute it and/or |
6 |
| - * modify it under the terms of the GNU General Public |
7 |
| - * License v2 as published by the Free Software Foundation. |
8 |
| - * |
9 |
| - * This program is distributed in the hope that it will be useful, |
10 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 |
| - * General Public License for more details. |
13 |
| - * |
14 |
| - * You should have received a copy of the GNU General Public |
15 |
| - * License along with this program; if not, write to the |
16 |
| - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
17 |
| - * Boston, MA 021110-1307, USA. |
18 | 5 | */
|
19 | 6 |
|
20 |
| -#ifndef __BTRFS_ASYNC_THREAD_ |
21 |
| -#define __BTRFS_ASYNC_THREAD_ |
| 7 | +#ifndef BTRFS_ASYNC_THREAD_H |
| 8 | +#define BTRFS_ASYNC_THREAD_H |
| 9 | + |
22 | 10 | #include <linux/workqueue.h>
|
23 | 11 |
|
24 | 12 | struct btrfs_fs_info;
|
@@ -85,4 +73,5 @@ void btrfs_set_work_high_priority(struct btrfs_work *work);
|
85 | 73 | struct btrfs_fs_info *btrfs_work_owner(const struct btrfs_work *work);
|
86 | 74 | struct btrfs_fs_info *btrfs_workqueue_owner(const struct __btrfs_workqueue *wq);
|
87 | 75 | bool btrfs_workqueue_normal_congested(const struct btrfs_workqueue *wq);
|
| 76 | + |
88 | 77 | #endif
|
0 commit comments