summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorT Makphaibulchoke <tmac@hp.com>2014-03-18 19:24:49 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-03-18 19:24:49 -0400
commit9c191f701ce9f9bc604e88a5dc69cd943daa5d3b (patch)
tree2e7a0ffa25f89e6dab1719deeb6a710405517afc /fs/ext4/ext4.h
parent1f3e55fe02d12213f87869768aa2b0bad3ba9a7d (diff)
downloadop-kernel-dev-9c191f701ce9f9bc604e88a5dc69cd943daa5d3b.zip
op-kernel-dev-9c191f701ce9f9bc604e88a5dc69cd943daa5d3b.tar.gz
ext4: each filesystem creates and uses its own mb_cache
This patch adds new interfaces to create and destory cache, ext4_xattr_create_cache() and ext4_xattr_destroy_cache(), and remove the cache creation and destory calls from ex4_init_xattr() and ext4_exitxattr() in fs/ext4/xattr.c. fs/ext4/super.c has been changed so that when a filesystem is mounted a cache is allocated and attched to its ext4_sb_info structure. fs/mbcache.c has been changed so that only one slab allocator is allocated and used by all mbcache structures. Signed-off-by: T. Makphaibulchoke <tmac@hp.com>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 1b3cbf8..f4f889e 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1329,6 +1329,7 @@ struct ext4_sb_info {
struct list_head s_es_lru;
unsigned long s_es_last_sorted;
struct percpu_counter s_extent_cache_cnt;
+ struct mb_cache *s_mb_cache;
spinlock_t s_es_lru_lock ____cacheline_aligned_in_smp;
/* Ratelimit ext4 messages. */
OpenPOWER on IntegriCloud