OSDN Git Service

f2fs: remove unneeded memory footprint accounting
authorChao Yu <yuchao0@huawei.com>
Tue, 21 Nov 2017 09:49:54 +0000 (17:49 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 3 Jan 2018 03:27:27 +0000 (19:27 -0800)
commit2ab56a59ca880eebb3b89704ca1952f388151d29
tree753625cc9040691076113d49e675cbe62bdf6a84
parent66e833613715721f347757ad32f19cb4e26e7363
f2fs: remove unneeded memory footprint accounting

We forgot to remov memory footprint accounting of per-cpu type
variables, fix it.

Fixes: 35782b233f37 ("f2fs: remove percpu_count due to performance regression")
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/debug.c