ext2: change reusable parameter to true when calling mb_cache_entry_create()
authorChengguang Xu <cgxu519@gmx.com>
Thu, 15 Nov 2018 06:40:08 +0000 (14:40 +0800)
committerJan Kara <jack@suse.cz>
Thu, 15 Nov 2018 16:25:46 +0000 (17:25 +0100)
commit3e159b9553e4024cbdaa25bb8059f79f47c26925
tree1db5ffd65eb8e46dab678244865bb4fd86ba4ad5
parent569ae9209425560e1a94114231d0782e1cc19df1
ext2: change reusable parameter to true when calling mb_cache_entry_create()

Reusable parameter of mb_cache_entry_create() is bool type,
so it's better to set true instead of 1.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/xattr.c