From: Abhijith Das Date: Mon, 1 Jun 2009 17:30:03 +0000 (-0500) Subject: GFS2: smbd proccess hangs with flock() call. X-Git-Tag: v2.6.31-rc1~390^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12af1ebe675e85831fde3c4d0908fc3b0908b7a;p=pandora-kernel.git GFS2: smbd proccess hangs with flock() call. GFS2 currently does not support mandatory flocks. An flock() call with LOCK_MAND triggers unexpected behavior because gfs2 is not checking for this lock type. This patch corrects that. Signed-off-by: Abhi Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed