summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-06-17 22:44:27 +0000
committerglebius <glebius@FreeBSD.org>2015-06-17 22:44:27 +0000
commit5b81a204332fac12893fc060fd17fce126f9df29 (patch)
tree2e29338e1c93478e410bc62de5f4ea20d937d8d3 /sys/fs
parent1e36b8b85d69a55e17e7d3f9f76d49685bb996c5 (diff)
downloadFreeBSD-src-5b81a204332fac12893fc060fd17fce126f9df29.zip
FreeBSD-src-5b81a204332fac12893fc060fd17fce126f9df29.tar.gz
o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().
o Provide an extensive set of assertions for input array of pages. o Remove now duplicate assertions from different pagers. Sponsored by: Nginx, Inc. Sponsored by: Netflix
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clbio.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c
index e8de4a5..53ba7ef 100644
--- a/sys/fs/nfsclient/nfs_clbio.c
+++ b/sys/fs/nfsclient/nfs_clbio.c
@@ -129,12 +129,6 @@ ncl_getpages(struct vop_getpages_args *ap)
npages = btoc(count);
/*
- * Since the caller has busied the requested page, that page's valid
- * field will not be changed by other threads.
- */
- vm_page_assert_xbusied(pages[ap->a_reqpage]);
-
- /*
* If the requested page is partially valid, just return it and
* allow the pager to zero-out the blanks. Partially valid pages
* can only occur at the file EOF.
OpenPOWER on IntegriCloud