From: Casey Schaufler Date: Mon, 2 Jun 2008 17:04:32 +0000 (-0700) Subject: Smack: fuse mount hang fix X-Git-Tag: v2.6.26-rc5~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97dcb0eadbb821eccd549d4987b653cf61e2374;p=pandora-kernel.git Smack: fuse mount hang fix The d_instantiate hook for Smack can hang on the root inode of a filesystem if the file system code has not really done all the set-up. Fuse is known to encounter this problem. This change detects an attempt to instantiate a root inode and addresses it early in the processing, before any attempt is made to do something that might hang. Signed-off-by: Casey Schaufler Tested-by: Luiz Fernando N. Capitulino Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed