We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf90ac1 commit 0c1dcb0Copy full SHA for 0c1dcb0
mm/interval_tree.c
@@ -22,7 +22,7 @@ static inline unsigned long vma_last_pgoff(struct vm_area_struct *v)
22
23
INTERVAL_TREE_DEFINE(struct vm_area_struct, shared.rb,
24
unsigned long, shared.rb_subtree_last,
25
- vma_start_pgoff, vma_last_pgoff,, vma_interval_tree)
+ vma_start_pgoff, vma_last_pgoff, /* empty */, vma_interval_tree)
26
27
/* Insert node immediately after prev in the interval tree */
28
void vma_interval_tree_insert_after(struct vm_area_struct *node,
0 commit comments