diff options
Diffstat (limited to 'fs/btrfs/fs.h')
| -rw-r--r-- | fs/btrfs/fs.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h index 93f5c57ea4e3..89f0650631cd 100644 --- a/fs/btrfs/fs.h +++ b/fs/btrfs/fs.h @@ -9,7 +9,6 @@  #include <linux/compiler.h>  #include <linux/math.h>  #include <linux/atomic.h> -#include <linux/blkdev.h>  #include <linux/percpu_counter.h>  #include <linux/completion.h>  #include <linux/lockdep.h> @@ -630,6 +629,10 @@ struct btrfs_fs_info {  	s32 dirty_metadata_batch;  	s32 delalloc_batch; +	struct percpu_counter evictable_extent_maps; +	u64 extent_map_shrinker_last_root; +	u64 extent_map_shrinker_last_ino; +  	/* Protected by 'trans_lock'. */  	struct list_head dirty_cowonly_roots;  |