Skip to content
Commit 712ddc52 authored by Wang Shilong's avatar Wang Shilong Committed by Jan Kara
Browse files

Ext2: remove the static function release_blocks to optimize the kernel



Because the static function 'release_blocks' is only called
when releasing blocks,it will be more simple and efficient to
call the function 'percpu_counter_add' directly.

Signed-off-by: default avatarWang Shilong <wangsl-fnst@cn.fujitsu.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 8e3dffc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment