View | Details | Raw Unified | Return to bug 276002 | Differences between
and this patch

Collapse All | Expand All

(-)sys/fs/nfsclient/nfs_clvnops.c (-1 / +1 lines)
Lines 3470-3476 ncl_writebp(struct buf *bp, int force __unused, struct Link Here
3470
	 * Note: to avoid loopback deadlocks, we do not
3470
	 * Note: to avoid loopback deadlocks, we do not
3471
	 * assign b_runningbufspace.
3471
	 * assign b_runningbufspace.
3472
	 */
3472
	 */
3473
	vfs_busy_pages(bp, 1);
3473
	vfs_busy_pages(bp, 0);
3474
3474
3475
	BUF_KERNPROC(bp);
3475
	BUF_KERNPROC(bp);
3476
	bp->b_iooffset = dbtob(bp->b_blkno);
3476
	bp->b_iooffset = dbtob(bp->b_blkno);

Return to bug 276002