summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-02-23 03:35:22 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2016-02-23 03:35:22 (GMT)
commit7a2508e1b657cfc7e1371550f88c7a7bc4288f32 (patch)
tree00ab4aa4fe9e7d471a01f4d67d70db2b8ac5caff /fs/ext4/ext4.h
parentf0c8b46238db9d51ef9ea0858259958d0c601cec (diff)
downloadlinux-7a2508e1b657cfc7e1371550f88c7a7bc4288f32.tar.xz
mbcache2: rename to mbcache
Since old mbcache code is gone, let's rename new code to mbcache since number 2 is now meaningless. This is just a mechanical replacement. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 9ac9e62..157b458 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1468,7 +1468,7 @@ struct ext4_sb_info {
struct list_head s_es_list; /* List of inodes with reclaimable extents */
long s_es_nr_inode;
struct ext4_es_stats s_es_stats;
- struct mb2_cache *s_mb_cache;
+ struct mb_cache *s_mb_cache;
spinlock_t s_es_lock ____cacheline_aligned_in_smp;
/* Ratelimit ext4 messages. */