]> git.baikalelectronics.ru Git - kernel.git/commit
block: merge partition-generic.c and check.c
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Mar 2020 07:25:30 +0000 (08:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Mar 2020 13:57:08 +0000 (07:57 -0600)
commit8c8083ce67c762e3d369e99940523f70f798f0ce
treef6d6d18d479fd2665d0c10d7aa0ec0a201611135
parentdc1a0b1be45e5e87913491cb65114f029773525b
block: merge partition-generic.c and check.c

Merge block/partition-generic.c and block/partitions/check.c into
a single block/partitions/core.c as the content is closely related
and both files are tiny.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Makefile
block/partition-generic.c [deleted file]
block/partitions/Makefile
block/partitions/check.c [deleted file]
block/partitions/check.h
block/partitions/core.c [new file with mode: 0644]