mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Update bcachefs sources to f65603966f bcachefs: drop old includes
This commit is contained in:
parent
84e8950cc7
commit
426e88e41c
@ -1 +1 @@
|
||||
0906b1fb492e8e84f563b192fd8f458af1c1d420
|
||||
f65603966f7474213e6bf22b046e374d01fd6639
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef _BCACHEFS_ERROR_H
|
||||
#define _BCACHEFS_ERROR_H
|
||||
|
||||
#include <linux/list.h>
|
||||
#include <linux/printk.h>
|
||||
|
||||
struct bch_dev;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user