Skip to content

Commit 87418ef

Browse files
Coly Liaxboe
authored andcommitted
bcache: add missing SPDX header
The SPDX header is missing fro closure.c, super.c and util.c, this patch adds SPDX header for GPL-2.0 into these files. Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Shenghui Wang <shhuiw@foxmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent b3cf37b commit 87418ef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

drivers/md/bcache/closure.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Asynchronous refcounty things
34
*

drivers/md/bcache/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* bcache setup/teardown code, and some metadata io - read a superblock and
34
* figure out what to do with it.

drivers/md/bcache/util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* random utiility code, for bcache but in theory not specific to bcache
34
*

0 commit comments

Comments
 (0)