Skip to content

Commit

Permalink
Removed already added functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelochus authored Apr 20, 2024
1 parent c0fc087 commit 71e4387
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -629,16 +629,6 @@ static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm)
INIT_LIST_HEAD(&vma->anon_vma_chain);
}

static inline void vm_flags_set(struct vm_area_struct *vma, vm_flags_t flags)
{
vma->vm_flags |= flags;
}

static inline void vm_flags_clear(struct vm_area_struct *vma, vm_flags_t flags)
{
vma->vm_flags &= ~flags;
}

static inline void vma_set_anonymous(struct vm_area_struct *vma)
{
vma->vm_ops = NULL;
Expand Down

0 comments on commit 71e4387

Please sign in to comment.