diff options
author | Yuan Zhong <yuan.mark.zhong@samsung.com> | 2015-03-09 03:43:50 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-04-11 00:08:38 +0200 |
commit | d9f46bb1a84ee15f58c9c58ab91962b7dc6eb9a4 (patch) | |
tree | fc4dcb42f00673503e1417ceb35eae60a17a8024 /virt/kvm/Kconfig | |
parent | f2fs: set the correct place of initializing *res_page (diff) | |
download | linux-d9f46bb1a84ee15f58c9c58ab91962b7dc6eb9a4.tar.xz linux-d9f46bb1a84ee15f58c9c58ab91962b7dc6eb9a4.zip |
f2fs: remove unnecessary condition judgment
Remove the unnecessary condition judgment, because
'max_slots' has been initialized to '0' at the beginging
of the function, as following:
if (max_slots)
*max_slots = 0;
Signed-off-by: Yuan Zhong <yuan.mark.zhong@samsung.com>
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'virt/kvm/Kconfig')
0 files changed, 0 insertions, 0 deletions