Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/nfs/nfs_common.c 51906 1999-10-03 12:18:29Z phk $
---
> * $FreeBSD: head/sys/nfs/nfs_common.c 54480 1999-12-12 06:09:57Z dillon $
1360c1360
< } else
---
> } else {
1361a1362
> }
1363c1364
< } else
---
> } else {
1364a1366
> }
1447c1449
< } else
---
> } else {
1448a1451
> }
1450c1453
< } else
---
> } else {
1451a1455
> }
2153c2157,2161
< * flag. Once done the new write verifier can be set for the mount point.
---
> * and B_CLUSTEROK flags. Once done the new write verifier can be set for the
> * mount point.
> *
> * B_CLUSTEROK must be cleared along with B_NEEDCOMMIT because stage 1 data
> * writes are not clusterable.
2174c2182
< bp->b_flags &= ~B_NEEDCOMMIT;
---
> bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK);