mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove redundant declaration. vnode.h should be included before vnode_pager.h.
This commit is contained in:
parent
7cb146ae26
commit
be58a555d2
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ int vnode_pager_generic_getpages(struct vnode *vp, vm_page_t *m,
|
|||
int vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *m,
|
||||
int count, boolean_t sync,
|
||||
int *rtvals);
|
||||
struct vop_getpages_args;
|
||||
int vnode_pager_local_getpages(struct vop_getpages_args *ap);
|
||||
|
||||
void vnode_pager_release_writecount(vm_object_t object, vm_offset_t start,
|
||||
|
|
|
|||
Loading…
Reference in a new issue