]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/md/bcache/request.c
bcache: Pull on disk data structures out into a separate header
authorKent Overstreet <kmo@daterainc.com>
Thu, 31 Oct 2013 22:46:42 +0000 (15:46 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:56:33 +0000 (21:56 -0800)
commit81ab4190ac17df41686a37c97f701623276b652a
treebe7f48b5ad6d36fadbac4658d37953d324d760d0
parent2599b53b7b0ea6103d1661dca74d35480cb8fa1f
bcache: Pull on disk data structures out into a separate header

Now, the on disk data structures are in a header that can be exported to
userspace - and having them all centralized is nice too.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/bcache.h
drivers/md/bcache/bset.c
drivers/md/bcache/bset.h
drivers/md/bcache/btree.c
drivers/md/bcache/journal.c
drivers/md/bcache/journal.h
drivers/md/bcache/request.c
drivers/md/bcache/super.c
drivers/md/bcache/util.h
include/uapi/linux/bcache.h [new file with mode: 0644]