Skip to content

Commit acfac37

Browse files
committed
mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() static
Reported-by: kernel test robot <[email protected]> Cc: Mike Kravetz <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent bbff39c commit acfac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/hugetlb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6804,7 +6804,7 @@ void hugetlb_vma_lock_release(struct kref *kref)
68046804
kfree(vma_lock);
68056805
}
68066806

6807-
void __hugetlb_vma_unlock_write_put(struct hugetlb_vma_lock *vma_lock)
6807+
static void __hugetlb_vma_unlock_write_put(struct hugetlb_vma_lock *vma_lock)
68086808
{
68096809
struct vm_area_struct *vma = vma_lock->vma;
68106810

0 commit comments

Comments
 (0)