diff options
author | Jan Kara <jack@suse.cz> | 2016-02-23 06:35:22 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-02-23 06:35:22 +0300 |
commit | 7a2508e1b657cfc7e1371550f88c7a7bc4288f32 (patch) | |
tree | 00ab4aa4fe9e7d471a01f4d67d70db2b8ac5caff /fs/ext4/xattr.h | |
parent | f0c8b46238db9d51ef9ea0858259958d0c601cec (diff) | |
download | linux-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/xattr.h')
-rw-r--r-- | fs/ext4/xattr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h index 10b0f7323ed6..69dd3e6566e0 100644 --- a/fs/ext4/xattr.h +++ b/fs/ext4/xattr.h @@ -123,8 +123,8 @@ extern int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode, struct ext4_xattr_info *i, struct ext4_xattr_ibody_find *is); -extern struct mb2_cache *ext4_xattr_create_cache(void); -extern void ext4_xattr_destroy_cache(struct mb2_cache *); +extern struct mb_cache *ext4_xattr_create_cache(void); +extern void ext4_xattr_destroy_cache(struct mb_cache *); #ifdef CONFIG_EXT4_FS_SECURITY extern int ext4_init_security(handle_t *handle, struct inode *inode, |