From: Steven Whitehouse Date: Tue, 31 Mar 2009 15:06:27 +0000 (+0100) Subject: GFS2: Fix symlink creation race X-Git-Tag: v2.6.30-rc3~87^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf32524de745c56e1411d63eccf23fef1709d73;p=pandora-kernel.git GFS2: Fix symlink creation race In certain cases symlinks can appear to have zero size if a lookup on the inode occurs within a certain (very short) time after the symlink has been created. The symlink is correctly created on disk but appears to have zero size when stat()ed. This patch closes the race and prevents incorrect sizes appearing. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed