diff options
Diffstat (limited to 'fs/btrfs/async-thread.h')
| -rw-r--r-- | fs/btrfs/async-thread.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h index 063698b90ce2..1f26792683ed 100644 --- a/fs/btrfs/async-thread.h +++ b/fs/btrfs/async-thread.h @@ -107,6 +107,8 @@ struct btrfs_workers {  	/* extra name for this worker, used for current->name */  	char *name; + +	int stopping;  };  void btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work); | 

