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

Collapse All | Expand All

(-)sys/fs/nfsclient/nfs_clvnops.c (-1 / +1 lines)
Lines 3015-3021 again: Link Here
3015
				wcred = bp->b_wcred;
3015
				wcred = bp->b_wcred;
3016
			else if (wcred != bp->b_wcred)
3016
			else if (wcred != bp->b_wcred)
3017
				wcred = NOCRED;
3017
				wcred = NOCRED;
3018
			vfs_busy_pages(bp, 1);
3018
			vfs_busy_pages(bp, 0);
3019
3019
3020
			BO_LOCK(bo);
3020
			BO_LOCK(bo);
3021
			/*
3021
			/*

Return to bug 269328