From: Chris Wright Date: Sat, 7 Jun 2008 00:36:36 +0000 (-0700) Subject: add upstream commit tag to smack-fuse-mount-hang-fix.patch X-Git-Tag: v2.6.25.6~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d45683cd8785e75ca23f23797fe62a639ef1835a;p=thirdparty%2Fkernel%2Fstable-queue.git add upstream commit tag to smack-fuse-mount-hang-fix.patch --- diff --git a/queue-2.6.25/smack-fuse-mount-hang-fix.patch b/queue-2.6.25/smack-fuse-mount-hang-fix.patch index d324e053938..6df766d3d5a 100644 --- a/queue-2.6.25/smack-fuse-mount-hang-fix.patch +++ b/queue-2.6.25/smack-fuse-mount-hang-fix.patch @@ -4,6 +4,10 @@ From: Casey Schaufler Date: Mon, 2 Jun 2008 10:04:32 -0700 Subject: Smack: fuse mount hang fix +From: Casey Schaufler + +upstream commit: e97dcb0eadbb821eccd549d4987b653cf61e2374 + 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.