From e5715b2cc150e2463e9765903b2ba151e4540913 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 4 Nov 2004 09:48:18 +0000 Subject: Retire b_magic now, we have the bufobj containing the same hint. --- sys/nfsclient/nfs_bio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/nfsclient') 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 { /* -- cgit v1.1