aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1995-08-24 10:17:39 +0000
committerDoug Rabson <dfr@FreeBSD.org>1995-08-24 10:17:39 +0000
commit27df97742b396c7dfbf32b2f72a9d1b02de91ce8 (patch)
treed90bc1e43584830baedfd1de74bbb3f81e4cf79d /sys/nfs/nfs_bio.c
parentf37f4df155504cf374a38fdc0a5b771e80421a03 (diff)
downloadsrc-27df97742b396c7dfbf32b2f72a9d1b02de91ce8.tar.gz
src-27df97742b396c7dfbf32b2f72a9d1b02de91ce8.zip
Add support for amd direct maps.
Reviewed by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
Notes
Notes: svn path=/head/; revision=10219
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r--sys/nfs/nfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index 85077838bb17..d48a0208aa7c 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94
- * $Id: nfs_bio.c,v 1.15 1995/06/27 11:06:34 dfr Exp $
+ * $Id: nfs_bio.c,v 1.16 1995/07/07 11:01:30 dfr Exp $
*/
#include <sys/param.h>
@@ -125,7 +125,7 @@ nfs_bioread(vp, uio, ioflag, cred)
* attributes this could be forced by setting n_attrstamp to 0 before
* the VOP_GETATTR() call.
*/
- if ((nmp->nm_flag & NFSMNT_NQNFS) == 0 && vp->v_type != VLNK) {
+ if ((nmp->nm_flag & NFSMNT_NQNFS) == 0) {
if (np->n_flag & NMODIFIED) {
if (vp->v_type != VREG) {
if (vp->v_type != VDIR)