writeback: fix call of incorrect macro
authorMaxim Korotkov <korotkov.maxim.s@gmail.com>
Thu, 19 Jan 2023 10:44:43 +0000 (13:44 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Apr 2023 16:41:32 +0000 (10:41 -0600)
commit3e46c89c74f2c38e5337d2cf44b0b551adff1cb4
treec9ff634160f77d4ad22f6b61d518ac9c1ae0c683
parentf40c153afee1e50ed46c2dc22e09940e21699acf
writeback: fix call of incorrect macro

 the variable 'history' is of type u16, it may be an error
 that the hweight32 macro was used for it
 I guess macro hweight16 should be used

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: 2a81490811d0 ("writeback: implement foreign cgroup inode detection")
Signed-off-by: Maxim Korotkov <korotkov.maxim.s@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230119104443.3002-1-korotkov.maxim.s@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/fs-writeback.c