diff options
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 460294bb0fa5..8da66379f7ea 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef _LINUX_BLKDEV_H  #define _LINUX_BLKDEV_H @@ -551,6 +552,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 |