diff options
| author | 2017-10-21 13:09:18 +0200 | |
|---|---|---|
| committer | 2017-10-21 13:09:18 +0200 | |
| commit | a2ab5fc41533c952706ebdfaa378bb746e535cc1 (patch) | |
| tree | 9fb86bb4e9ecb67f7e651d284c2f12c6c5d4378f /include/linux/blkdev.h | |
| parent | PM / core: Drop legacy class suspend/resume operations (diff) | |
| parent | PM / sleep: Remove pm_complete_with_resume_check() (diff) | |
Merge branch 'pm-sleep' into pm-core
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 460294bb0fa5..02fa42d24b52 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -551,6 +551,7 @@ struct request_queue { int node; #ifdef CONFIG_BLK_DEV_IO_TRACE struct blk_trace *blk_trace; + struct mutex blk_trace_mutex; #endif /* * for flush operations |
