From: Wendy Cheng Date: Wed, 27 Jun 2007 21:07:08 +0000 (-0400) Subject: [GFS2] Obtaining no_formal_ino from directory entry X-Git-Tag: v2.6.23-rc1~1156^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb9bcf061660661c57ddcf31337529f82414b937;p=pandora-kernel.git [GFS2] Obtaining no_formal_ino from directory entry GFS2 lookup code doesn't ask for inode shared glock. This implies during in-memory inode creation for existing file, GFS2 will not disk-read in the inode contents. This leaves no_formal_ino un-initialized during lookup time. The un-initialized no_formal_ino is subsequently encoded into file handle. Clients will get ESTALE error whenever it tries to access these files. Signed-off-by: S. Wendy Cheng Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed