Re: [PATCH -next] f2fs: make __allocate_new_segment() static

2020-07-01 Thread Jaegeuk Kim
On 07/01, Wei Yongjun wrote: > From: Hulk Robot > > From: Hulk Robot > > Fix sparse build warning: > > fs/f2fs/segment.c:2736:6: warning: > symbol '__allocate_new_segment' was not declared. Should it be static? It was fixed.

[PATCH -next] f2fs: make __allocate_new_segment() static

2020-07-01 Thread Wei Yongjun
From: Hulk Robot From: Hulk Robot Fix sparse build warning: fs/f2fs/segment.c:2736:6: warning: symbol '__allocate_new_segment' was not declared. Should it be static? Signed-off-by: Hulk Robot --- fs/f2fs/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git