/* SPDX-License-Identifier: GPL-2.0 */ #ifndef OCFS2_MMAP_H #define OCFS2_MMAP_H int ocfs2_mmap(struct file *file, struct vm_area_struct *vma); #endif /* OCFS2_MMAP_H */Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Mark Fasheh | 23 | 95.83% | 1 | 50.00% |
| Greg Kroah-Hartman | 1 | 4.17% | 1 | 50.00% |
| Total | 24 | 100.00% | 2 | 100.00% |