diff options
author | Christoph Hellwig <hch@lst.de> | 2020-12-10 08:55:44 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-12-22 08:43:06 -0700 |
commit | 7b51e703a89b824dbbf65de96e77d10d4915dbe0 (patch) | |
tree | 25c2a60b3cef04c70f20ed2e0390003056c5fbe7 /block/partitions | |
parent | ca2e270aa1aa214d77d06c705d1f19524cde3faf (diff) | |
download | linux-stable-7b51e703a89b824dbbf65de96e77d10d4915dbe0.tar.gz linux-stable-7b51e703a89b824dbbf65de96e77d10d4915dbe0.tar.bz2 linux-stable-7b51e703a89b824dbbf65de96e77d10d4915dbe0.zip |
block: update some copyrights
Update copyrights for files that have gotten some major rewrites lately.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions')
-rw-r--r-- | block/partitions/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/partitions/core.c b/block/partitions/core.c index deca253583bd..e7d776db803b 100644 --- a/block/partitions/core.c +++ b/block/partitions/core.c @@ -2,6 +2,7 @@ /* * Copyright (C) 1991-1998 Linus Torvalds * Re-organised Feb 1998 Russell King + * Copyright (C) 2020 Christoph Hellwig */ #include <linux/fs.h> #include <linux/slab.h> |