diff options
author | Jan Kara <jack@suse.cz> | 2016-02-22 22:35:22 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-02-22 22:35:22 -0500 |
commit | 7a2508e1b657cfc7e1371550f88c7a7bc4288f32 (patch) | |
tree | 00ab4aa4fe9e7d471a01f4d67d70db2b8ac5caff /fs/ext2/ext2.h | |
parent | f0c8b46238db9d51ef9ea0858259958d0c601cec (diff) | |
download | linux-rpi-7a2508e1b657cfc7e1371550f88c7a7bc4288f32.tar.gz linux-rpi-7a2508e1b657cfc7e1371550f88c7a7bc4288f32.tar.bz2 linux-rpi-7a2508e1b657cfc7e1371550f88c7a7bc4288f32.zip |
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/ext2/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index f98ce7e60a0f..170939f379d7 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -61,7 +61,7 @@ struct ext2_block_alloc_info { #define rsv_start rsv_window._rsv_start #define rsv_end rsv_window._rsv_end -struct mb2_cache; +struct mb_cache; /* * second extended-fs super-block data in memory @@ -113,7 +113,7 @@ struct ext2_sb_info { * of the mount options. */ spinlock_t s_lock; - struct mb2_cache *s_mb_cache; + struct mb_cache *s_mb_cache; }; static inline spinlock_t * |