Remove unused VM page locking macros.
They were orphaned by r292373. Reviewed by: asomers MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D21469
This commit is contained in:
parent
6a1e1c2c48
commit
9222b82368
@ -226,11 +226,6 @@ struct vop_vector fuse_vnops = {
|
||||
|
||||
uma_zone_t fuse_pbuf_zone;
|
||||
|
||||
#define fuse_vm_page_lock(m) vm_page_lock((m));
|
||||
#define fuse_vm_page_unlock(m) vm_page_unlock((m));
|
||||
#define fuse_vm_page_lock_queues() ((void)0)
|
||||
#define fuse_vm_page_unlock_queues() ((void)0)
|
||||
|
||||
/* Check permission for extattr operations, much like extattr_check_cred */
|
||||
static int
|
||||
fuse_extattr_check_cred(struct vnode *vp, int ns, struct ucred *cred,
|
||||
|
Loading…
Reference in New Issue
Block a user