Skip to content
Commit cf2197ca authored by Coly Li's avatar Coly Li Committed by Jens Axboe
Browse files

bcache: move uapi header bcache.h to bcache code directory



The header file include/uapi/linux/bcache.h is not really a user space
API heaer. This file defines the ondisk format of bcache internal meta
data but no one includes it from user space, bcache-tools has its own
copy of this header with minor modification.

Therefore, this patch moves include/uapi/linux/bcache.h to bcache code
directory as drivers/md/bcache/bcache_ondisk.h.

Suggested-by: default avatarArnd Bergmann <arnd@kernel.org>
Suggested-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarColy Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20211029060930.119923-2-colyli@suse.de
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent ca778797
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment