Commit ba313e68 authored by Alex Elder's avatar Alex Elder
Browse files

Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus

parents e09d3996 05277c75
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -876,7 +876,6 @@ xfs_dqrele_inode(
		ip->i_gdquot = NULL;
		ip->i_gdquot = NULL;
	}
	}
	xfs_iput(ip, XFS_ILOCK_EXCL);
	xfs_iput(ip, XFS_ILOCK_EXCL);
	IRELE(ip);


	return 0;
	return 0;
}
}