mm/vmscan: change the type of file from int to bool
authorHao Ge <gehao@kylinos.cn>
Wed, 31 Jan 2024 10:38:02 +0000 (18:38 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 18:24:50 +0000 (10:24 -0800)
commite321d7c934774b7c7e778fe4433d1beb38a1744a
tree99349aba5f7ae754c7be2e5ceb23ef865e3c9349
parentab755bf4249b992fc2140d615ab0a686d50765b4
mm/vmscan: change the type of file from int to bool

Change the type of file from int to bool because is_file_lru return bool

Link: https://lkml.kernel.org/r/20240131103802.122920-1-gehao@kylinos.cn
Signed-off-by: Hao Ge <gehao@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c