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

Collapse All | Expand All

(-)sys/fs/nfsclient/nfs_clvnops.c (+2 lines)
Lines 3865-3870 nfs_deallocate(struct vop_deallocate_args *ap) Link Here
3865
	 */
3865
	 */
3866
	if (error != 0 && error != NFSERR_FBIG && error != NFSERR_INVAL) {
3866
	if (error != 0 && error != NFSERR_FBIG && error != NFSERR_INVAL) {
3867
		error = vop_stddeallocate(ap);
3867
		error = vop_stddeallocate(ap);
3868
		if (error == 0)
3869
			error = VOP_FSYNC(vp, MNT_WAIT, td);
3868
		NFSCL_DEBUG(4, "dealloc: stddeallocate=%d\n", error);
3870
		NFSCL_DEBUG(4, "dealloc: stddeallocate=%d\n", error);
3869
	}
3871
	}
3870
	if (attrflag != 0) {
3872
	if (attrflag != 0) {

Return to bug 269328