diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-03 21:09:52 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-03 23:17:31 -0900 |
commit | 171ee48e57be78f4e95954c99851553fa523bf91 (patch) | |
tree | 5a54443f074f8f7922eda1451743bb9d2f60368e /libbcache/inode.h | |
parent | a5b5eba7f788bb77cf57f9c94f3474a2d439ab0b (diff) |
Delete more unused shim code, update bcache code
Diffstat (limited to 'libbcache/inode.h')
-rw-r--r-- | libbcache/inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcache/inode.h b/libbcache/inode.h index 81dccf68..46abc2b7 100644 --- a/libbcache/inode.h +++ b/libbcache/inode.h @@ -1,6 +1,8 @@ #ifndef _BCACHE_INODE_H #define _BCACHE_INODE_H +#include <linux/math64.h> + extern const struct bkey_ops bch_bkey_inode_ops; struct bch_inode_unpacked { |