]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Pull on disk data structures out into a separate header
authorKent Overstreet <kmo@daterainc.com>
Mon, 5 Aug 2013 20:53:41 +0000 (13:53 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 02:02:54 +0000 (19:02 -0700)
commitfe0ecc9971e4d7e1b49eb6a1f8640c58818f27a0
tree5f581295fbf873bae6c58edfe9c85271f35616db
parentb1c64a9cf59e4d6b6a5e63b8d8daee95d3ea50a2
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]