cleanup: convert local array into static variable 54/231854/4
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Fri, 24 Apr 2020 11:53:08 +0000 (20:53 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 19 May 2020 05:25:28 +0000 (05:25 +0000)
commit267fa5370abc48e7f7576bffcc23669c91e84d86
treee75d2a29183551fb0fc54b564bef4f210f3fd98a
parenta728bf91087b8b213bc6114923d8f40e8d5c575a
cleanup: convert local array into static variable

Local arrays are not a good option for recursive funtion

Change-Id: I94cd36fd873bd266a3effd978760f51a7c34498f
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
src/storage/cleanup.c