Re: [PATCH v2 5/5] mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()

2021-04-12 Thread Miaohe Lin
On 2021/4/13 2:51, Mike Kravetz wrote: > On 4/10/21 12:23 AM, Miaohe Lin wrote: >> The local variable pseudo_vma is not used anymore. >> >> Signed-off-by: Miaohe Lin > > Thanks, > > That should have been removed with 1b426bac66e6 ("hugetlb: use same fault > hash key for shared and private

Re: [PATCH v2 5/5] mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()

2021-04-12 Thread Mike Kravetz
On 4/10/21 12:23 AM, Miaohe Lin wrote: > The local variable pseudo_vma is not used anymore. > > Signed-off-by: Miaohe Lin Thanks, That should have been removed with 1b426bac66e6 ("hugetlb: use same fault hash key for shared and private mappings"). Reviewed-by: Mike Kravetz -- Mike Kravetz

[PATCH v2 5/5] mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()

2021-04-10 Thread Miaohe Lin
The local variable pseudo_vma is not used anymore. Signed-off-by: Miaohe Lin --- fs/hugetlbfs/inode.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index d81f52b87bd7..a2a42335e8fd 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c