On 11/1/22 09:28, TGSP wrote:
From: xiongxin xiongxin@kylinos.cn
The actual calculation formula in the code below is:
max_size = (count - (size + PAGES_FOR_IO)) / 2 - 2 * DIV_ROUND_UP(reserved_size, PAGE_SIZE);
But function comments are written differently, the comment is wrong?
By the way, what exactly do the "/ 2" and "2 *" mean?
Shouldn't the description above better below triple-dash (just before diffstat)?