Update bcachefs sources to f65603966f bcachefs: drop old includes

This commit is contained in:
Kent Overstreet 2018-05-17 03:07:00 -04:00
parent 84e8950cc7
commit 426e88e41c
5 changed files with 2 additions and 8 deletions

View File

@ -1 +1 @@
0906b1fb492e8e84f563b192fd8f458af1c1d420
f65603966f7474213e6bf22b046e374d01fd6639

View File

@ -186,8 +186,6 @@
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/percpu-refcount.h>
#include <linux/radix-tree.h>
#include <linux/rbtree.h>
#include <linux/rhashtable.h>
#include <linux/rwsem.h>
#include <linux/seqlock.h>
@ -321,8 +319,6 @@ enum bch_time_stats {
#define BTREE_NODE_RESERVE (BTREE_RESERVE_MAX * 4)
struct btree;
struct crypto_blkcipher;
struct crypto_ahash;
enum gc_phase {
GC_PHASE_SB = BTREE_ID_NR + 1,

View File

@ -3,8 +3,6 @@
#include <linux/list.h>
#include <linux/rhashtable.h>
#include <linux/semaphore.h>
#include <linux/workqueue.h>
#include "bkey_methods.h"
#include "journal_types.h"

View File

@ -1,6 +1,7 @@
#ifndef _BCACHEFS_ERROR_H
#define _BCACHEFS_ERROR_H
#include <linux/list.h>
#include <linux/printk.h>
struct bch_dev;

View File

@ -1,7 +1,6 @@
#ifndef _BCACHEFS_IO_H
#define _BCACHEFS_IO_H
#include <linux/hash.h>
#include "alloc.h"
#include "checksum.h"
#include "io_types.h"