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)
commit387048bf67eeff8bdf7c2a41b03b48230a88b3d3
treef6d6d18d479fd2665d0c10d7aa0ec0a201611135
parent3f4fc59c1321b74df27dcd5d77b37989ed93265b
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]