From: John Muir Date: Thu, 29 Nov 2007 00:22:02 +0000 (-0800) Subject: fuse: fix uninitialized field in fuse_inode X-Git-Tag: v2.6.24-rc4~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbee36b92abc965d3fc2862aa60fd0dfcf779d0b;p=pandora-kernel.git fuse: fix uninitialized field in fuse_inode I found problems accessing (executing) previously existing files, until I did chmod on them (or setattr). If the fi->attr_version is not initialized, then it could be larger than fc->attr_version until a setattr is executed, and as a result the inode attributes would never be set. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed