projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b607b7
)
block: add SPDX header line to blk-throttle.h
author
Bird, Tim
<Tim.Bird@sony.com>
Fri, 11 Apr 2025 19:20:18 +0000
(19:20 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 14 Apr 2025 14:28:09 +0000
(08:28 -0600)
Add an SPDX license identifier line to blk-throttle.h
Use 'GPL-2.0' as the identifier, since blk-throttle.c uses
that, and blk.h (from which some material was copied when
blk-throttle.h was created) also uses that identifier.
Signed-off-by: Tim Bird <tim.bird@sony.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/MW5PR13MB5632EE4645BCA24ED111EC0EFDB62@MW5PR13MB5632.namprd13.prod.outlook.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.h
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-throttle.h
b/block/blk-throttle.h
index 7964cc041e06973703a1b3bb3f761b534de326ae..f9f8666891abc3e02ddbf28318ee826bc63bec5d 100644
(file)
--- a/
block/blk-throttle.h
+++ b/
block/blk-throttle.h
@@
-1,3
+1,4
@@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef BLK_THROTTLE_H
#define BLK_THROTTLE_H