]> git.baikalelectronics.ru Git - kernel.git/commit
hugetlbfs: remove meaningless variable avoid_reserve
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 24 Feb 2021 20:10:11 +0000 (12:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:35 +0000 (13:38 -0800)
commit7505dd43201c28aa64f4a60b6f5d20e1963c5b70
tree53b19c6c24ec2a9acbdc2cfe3e6a22374369eea9
parentfd3b9d658b88b482d705589c948d25b281b72931
hugetlbfs: remove meaningless variable avoid_reserve

The variable avoid_reserve is meaningless because we never changed its
value and just passed it to alloc_huge_page().  So remove it to make code
more clear that in hugetlbfs_fallocate, we never avoid reserve when alloc
hugepage yet.  Also add a comment offered by Mike Kravetz to explain this.

Link: https://lkml.kernel.org/r/20210120071508.9078-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hugetlbfs/inode.c