diff options
author | phk <phk@FreeBSD.org> | 2004-11-04 09:48:18 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-11-04 09:48:18 +0000 |
commit | e5715b2cc150e2463e9765903b2ba151e4540913 (patch) | |
tree | 6c4c1c8c74279ff2c647ad1f42c10aa070dc9b27 /sys/nfsclient | |
parent | e7584a1a43496d87a269ea9ea76fa1f627d0a380 (diff) | |
download | FreeBSD-src-e5715b2cc150e2463e9765903b2ba151e4540913.zip FreeBSD-src-e5715b2cc150e2463e9765903b2ba151e4540913.tar.gz |
Retire b_magic now, we have the bufobj containing the same hint.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r-- | sys/nfsclient/nfs_bio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index 8428f98..1ae3157 100644 --- a/sys/nfsclient/nfs_bio.c +++ b/sys/nfsclient/nfs_bio.c @@ -836,7 +836,6 @@ again: bcount += n; allocbuf(bp, bcount); bp->b_flags |= save; - bp->b_magic = B_MAGIC_NFS; } } else { /* |