]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UBIFS: remove unnecessary code in ubifs_garbage_collect
authorwang.bo116@zte.com.cn <wang.bo116@zte.com.cn>
Fri, 16 Aug 2013 07:43:36 +0000 (15:43 +0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 22 Oct 2013 12:34:27 +0000 (13:34 +0100)
commite71d1a59e757201454fd3cf66ddaceaf961bfb41
tree32c315efd213b14b171018a4ed7f6cffb7890124
parentc23e9b75ccd0edba81a506c7d97e0af626489256
UBIFS: remove unnecessary code in ubifs_garbage_collect

In ubifs_garbage_collect,local variable "space_before" calculate twice. In
fact, at the beginning of the loop, there is no need to calculate this
variable. Calculate it before call "ubifs_garbage_collect_leb" is enough. This
patch just remove the unnecessary calculate code.

Signed-off-by: wang bo <wang.bo116@zte.com.cn>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/gc.c