Skip to content

Commit

Permalink
mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() static
Browse files Browse the repository at this point in the history
Reported-by: kernel test robot <lkp@intel.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
Andrew Morton committed Oct 12, 2022
1 parent bbff39c commit acfac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -6804,7 +6804,7 @@ void hugetlb_vma_lock_release(struct kref *kref)
kfree(vma_lock);
}

void __hugetlb_vma_unlock_write_put(struct hugetlb_vma_lock *vma_lock)
static void __hugetlb_vma_unlock_write_put(struct hugetlb_vma_lock *vma_lock)
{
struct vm_area_struct *vma = vma_lock->vma;

Expand Down

0 comments on commit acfac37

Please sign in to comment.